pub struct Peripherals {Show 102 fields
pub ADC0: Peri<'static, ADC0>,
pub ADC1: Peri<'static, ADC1>,
pub AES: Peri<'static, AES>,
pub COMP0: Peri<'static, COMP0>,
pub COMP1: Peri<'static, COMP1>,
pub COMP2: Peri<'static, COMP2>,
pub CRC: Peri<'static, CRC>,
pub DAC0: Peri<'static, DAC0>,
pub DEBUGSS: Peri<'static, DEBUGSS>,
pub DMA_CH0: Peri<'static, DMA_CH0>,
pub DMA_CH1: Peri<'static, DMA_CH1>,
pub DMA_CH2: Peri<'static, DMA_CH2>,
pub DMA_CH3: Peri<'static, DMA_CH3>,
pub DMA_CH4: Peri<'static, DMA_CH4>,
pub DMA_CH5: Peri<'static, DMA_CH5>,
pub DMA_CH6: Peri<'static, DMA_CH6>,
pub EVENT: Peri<'static, EVENT>,
pub FLASHCTL: Peri<'static, FLASHCTL>,
pub GPAMP: Peri<'static, GPAMP>,
pub I2C0: Peri<'static, I2C0>,
pub I2C1: Peri<'static, I2C1>,
pub MATHACL: Peri<'static, MATHACL>,
pub OPA0: Peri<'static, OPA0>,
pub OPA1: Peri<'static, OPA1>,
pub PA0: Peri<'static, PA0>,
pub PA1: Peri<'static, PA1>,
pub PA10: Peri<'static, PA10>,
pub PA11: Peri<'static, PA11>,
pub PA12: Peri<'static, PA12>,
pub PA13: Peri<'static, PA13>,
pub PA14: Peri<'static, PA14>,
pub PA15: Peri<'static, PA15>,
pub PA16: Peri<'static, PA16>,
pub PA17: Peri<'static, PA17>,
pub PA18: Peri<'static, PA18>,
pub PA2: Peri<'static, PA2>,
pub PA21: Peri<'static, PA21>,
pub PA22: Peri<'static, PA22>,
pub PA23: Peri<'static, PA23>,
pub PA24: Peri<'static, PA24>,
pub PA25: Peri<'static, PA25>,
pub PA26: Peri<'static, PA26>,
pub PA27: Peri<'static, PA27>,
pub PA28: Peri<'static, PA28>,
pub PA29: Peri<'static, PA29>,
pub PA3: Peri<'static, PA3>,
pub PA30: Peri<'static, PA30>,
pub PA31: Peri<'static, PA31>,
pub PA4: Peri<'static, PA4>,
pub PA5: Peri<'static, PA5>,
pub PA6: Peri<'static, PA6>,
pub PA7: Peri<'static, PA7>,
pub PA8: Peri<'static, PA8>,
pub PA9: Peri<'static, PA9>,
pub PB0: Peri<'static, PB0>,
pub PB1: Peri<'static, PB1>,
pub PB10: Peri<'static, PB10>,
pub PB11: Peri<'static, PB11>,
pub PB12: Peri<'static, PB12>,
pub PB13: Peri<'static, PB13>,
pub PB14: Peri<'static, PB14>,
pub PB15: Peri<'static, PB15>,
pub PB16: Peri<'static, PB16>,
pub PB17: Peri<'static, PB17>,
pub PB18: Peri<'static, PB18>,
pub PB19: Peri<'static, PB19>,
pub PB2: Peri<'static, PB2>,
pub PB20: Peri<'static, PB20>,
pub PB21: Peri<'static, PB21>,
pub PB22: Peri<'static, PB22>,
pub PB23: Peri<'static, PB23>,
pub PB24: Peri<'static, PB24>,
pub PB25: Peri<'static, PB25>,
pub PB26: Peri<'static, PB26>,
pub PB27: Peri<'static, PB27>,
pub PB3: Peri<'static, PB3>,
pub PB4: Peri<'static, PB4>,
pub PB5: Peri<'static, PB5>,
pub PB6: Peri<'static, PB6>,
pub PB7: Peri<'static, PB7>,
pub PB8: Peri<'static, PB8>,
pub PB9: Peri<'static, PB9>,
pub RTC: Peri<'static, RTC>,
pub SPI0: Peri<'static, SPI0>,
pub SPI1: Peri<'static, SPI1>,
pub SYSCTL: Peri<'static, SYSCTL>,
pub TIMA0: Peri<'static, TIMA0>,
pub TIMA1: Peri<'static, TIMA1>,
pub TIMG0: Peri<'static, TIMG0>,
pub TIMG12: Peri<'static, TIMG12>,
pub TIMG6: Peri<'static, TIMG6>,
pub TIMG7: Peri<'static, TIMG7>,
pub TIMG8: Peri<'static, TIMG8>,
pub TRNG: Peri<'static, TRNG>,
pub UART0: Peri<'static, UART0>,
pub UART1: Peri<'static, UART1>,
pub UART2: Peri<'static, UART2>,
pub UART3: Peri<'static, UART3>,
pub VREF: Peri<'static, VREF>,
pub WUC: Peri<'static, WUC>,
pub WWDT0: Peri<'static, WWDT0>,
pub WWDT1: Peri<'static, WWDT1>,
}Expand description
Struct containing all the peripheral singletons.
To obtain the peripherals, you must initialize the HAL, by calling crate::init.
Fields§
§ADC0: Peri<'static, ADC0>ADC0 peripheral
ADC1: Peri<'static, ADC1>ADC1 peripheral
AES: Peri<'static, AES>AES peripheral
COMP0: Peri<'static, COMP0>COMP0 peripheral
COMP1: Peri<'static, COMP1>COMP1 peripheral
COMP2: Peri<'static, COMP2>COMP2 peripheral
CRC: Peri<'static, CRC>CRC peripheral
DAC0: Peri<'static, DAC0>DAC0 peripheral
DEBUGSS: Peri<'static, DEBUGSS>DEBUGSS peripheral
DMA_CH0: Peri<'static, DMA_CH0>DMA_CH0 peripheral
DMA_CH1: Peri<'static, DMA_CH1>DMA_CH1 peripheral
DMA_CH2: Peri<'static, DMA_CH2>DMA_CH2 peripheral
DMA_CH3: Peri<'static, DMA_CH3>DMA_CH3 peripheral
DMA_CH4: Peri<'static, DMA_CH4>DMA_CH4 peripheral
DMA_CH5: Peri<'static, DMA_CH5>DMA_CH5 peripheral
DMA_CH6: Peri<'static, DMA_CH6>DMA_CH6 peripheral
EVENT: Peri<'static, EVENT>EVENT peripheral
FLASHCTL: Peri<'static, FLASHCTL>FLASHCTL peripheral
GPAMP: Peri<'static, GPAMP>GPAMP peripheral
I2C0: Peri<'static, I2C0>I2C0 peripheral
I2C1: Peri<'static, I2C1>I2C1 peripheral
MATHACL: Peri<'static, MATHACL>MATHACL peripheral
OPA0: Peri<'static, OPA0>OPA0 peripheral
OPA1: Peri<'static, OPA1>OPA1 peripheral
PA0: Peri<'static, PA0>PA0 peripheral
PA1: Peri<'static, PA1>PA1 peripheral
PA10: Peri<'static, PA10>PA10 peripheral
PA11: Peri<'static, PA11>PA11 peripheral
PA12: Peri<'static, PA12>PA12 peripheral
PA13: Peri<'static, PA13>PA13 peripheral
PA14: Peri<'static, PA14>PA14 peripheral
PA15: Peri<'static, PA15>PA15 peripheral
PA16: Peri<'static, PA16>PA16 peripheral
PA17: Peri<'static, PA17>PA17 peripheral
PA18: Peri<'static, PA18>PA18 peripheral
PA2: Peri<'static, PA2>PA2 peripheral
PA21: Peri<'static, PA21>PA21 peripheral
PA22: Peri<'static, PA22>PA22 peripheral
PA23: Peri<'static, PA23>PA23 peripheral
PA24: Peri<'static, PA24>PA24 peripheral
PA25: Peri<'static, PA25>PA25 peripheral
PA26: Peri<'static, PA26>PA26 peripheral
PA27: Peri<'static, PA27>PA27 peripheral
PA28: Peri<'static, PA28>PA28 peripheral
PA29: Peri<'static, PA29>PA29 peripheral
PA3: Peri<'static, PA3>PA3 peripheral
PA30: Peri<'static, PA30>PA30 peripheral
PA31: Peri<'static, PA31>PA31 peripheral
PA4: Peri<'static, PA4>PA4 peripheral
PA5: Peri<'static, PA5>PA5 peripheral
PA6: Peri<'static, PA6>PA6 peripheral
PA7: Peri<'static, PA7>PA7 peripheral
PA8: Peri<'static, PA8>PA8 peripheral
PA9: Peri<'static, PA9>PA9 peripheral
PB0: Peri<'static, PB0>PB0 peripheral
PB1: Peri<'static, PB1>PB1 peripheral
PB10: Peri<'static, PB10>PB10 peripheral
PB11: Peri<'static, PB11>PB11 peripheral
PB12: Peri<'static, PB12>PB12 peripheral
PB13: Peri<'static, PB13>PB13 peripheral
PB14: Peri<'static, PB14>PB14 peripheral
PB15: Peri<'static, PB15>PB15 peripheral
PB16: Peri<'static, PB16>PB16 peripheral
PB17: Peri<'static, PB17>PB17 peripheral
PB18: Peri<'static, PB18>PB18 peripheral
PB19: Peri<'static, PB19>PB19 peripheral
PB2: Peri<'static, PB2>PB2 peripheral
PB20: Peri<'static, PB20>PB20 peripheral
PB21: Peri<'static, PB21>PB21 peripheral
PB22: Peri<'static, PB22>PB22 peripheral
PB23: Peri<'static, PB23>PB23 peripheral
PB24: Peri<'static, PB24>PB24 peripheral
PB25: Peri<'static, PB25>PB25 peripheral
PB26: Peri<'static, PB26>PB26 peripheral
PB27: Peri<'static, PB27>PB27 peripheral
PB3: Peri<'static, PB3>PB3 peripheral
PB4: Peri<'static, PB4>PB4 peripheral
PB5: Peri<'static, PB5>PB5 peripheral
PB6: Peri<'static, PB6>PB6 peripheral
PB7: Peri<'static, PB7>PB7 peripheral
PB8: Peri<'static, PB8>PB8 peripheral
PB9: Peri<'static, PB9>PB9 peripheral
RTC: Peri<'static, RTC>RTC peripheral
SPI0: Peri<'static, SPI0>SPI0 peripheral
SPI1: Peri<'static, SPI1>SPI1 peripheral
SYSCTL: Peri<'static, SYSCTL>SYSCTL peripheral
TIMA0: Peri<'static, TIMA0>TIMA0 peripheral
TIMA1: Peri<'static, TIMA1>TIMA1 peripheral
TIMG0: Peri<'static, TIMG0>TIMG0 peripheral
TIMG12: Peri<'static, TIMG12>TIMG12 peripheral
TIMG6: Peri<'static, TIMG6>TIMG6 peripheral
TIMG7: Peri<'static, TIMG7>TIMG7 peripheral
TIMG8: Peri<'static, TIMG8>TIMG8 peripheral
TRNG: Peri<'static, TRNG>TRNG peripheral
UART0: Peri<'static, UART0>UART0 peripheral
UART1: Peri<'static, UART1>UART1 peripheral
UART2: Peri<'static, UART2>UART2 peripheral
UART3: Peri<'static, UART3>UART3 peripheral
VREF: Peri<'static, VREF>VREF peripheral
WUC: Peri<'static, WUC>WUC peripheral
WWDT0: Peri<'static, WWDT0>WWDT0 peripheral
WWDT1: Peri<'static, WWDT1>WWDT1 peripheral