pub struct Peripherals {Show 118 fields
pub I2C0: I2C0<'static>,
pub SPI2: SPI2<'static>,
pub UART0: UART0<'static>,
pub UART1: UART1<'static>,
pub ADC1: ADC1<'static>,
pub AES: AES<'static>,
pub APB_SARADC: APB_SARADC<'static>,
pub ASSIST_DEBUG: ASSIST_DEBUG<'static>,
pub ATOMIC: ATOMIC<'static>,
pub BT: BT<'static>,
pub DMA: DMA<'static>,
pub DS: DS<'static>,
pub ECC: ECC<'static>,
pub EFUSE: EFUSE<'static>,
pub EXTMEM: EXTMEM<'static>,
pub GPIO: GPIO<'static>,
pub GPIO_SD: GPIO_SD<'static>,
pub HINF: HINF<'static>,
pub HMAC: HMAC<'static>,
pub HP_APM: HP_APM<'static>,
pub HP_SYS: HP_SYS<'static>,
pub I2C_ANA_MST: I2C_ANA_MST<'static>,
pub I2S0: I2S0<'static>,
pub IEEE802154: IEEE802154<'static>,
pub INTERRUPT_CORE0: INTERRUPT_CORE0<'static>,
pub INTPRI: INTPRI<'static>,
pub IO_MUX: IO_MUX<'static>,
pub LEDC: LEDC<'static>,
pub LPWR: LPWR<'static>,
pub LP_CORE: LP_CORE<'static>,
pub LP_PERI: LP_PERI<'static>,
pub LP_ANA: LP_ANA<'static>,
pub LP_AON: LP_AON<'static>,
pub LP_APM: LP_APM<'static>,
pub LP_APM0: LP_APM0<'static>,
pub LP_I2C0: LP_I2C0<'static>,
pub LP_I2C_ANA_MST: LP_I2C_ANA_MST<'static>,
pub LP_IO: LP_IO<'static>,
pub LP_TEE: LP_TEE<'static>,
pub LP_TIMER: LP_TIMER<'static>,
pub LP_UART: LP_UART<'static>,
pub LP_WDT: LP_WDT<'static>,
pub MCPWM0: MCPWM0<'static>,
pub MEM_MONITOR: MEM_MONITOR<'static>,
pub MODEM_LPCON: MODEM_LPCON<'static>,
pub MODEM_SYSCON: MODEM_SYSCON<'static>,
pub OTP_DEBUG: OTP_DEBUG<'static>,
pub PARL_IO: PARL_IO<'static>,
pub PAU: PAU<'static>,
pub PCR: PCR<'static>,
pub PCNT: PCNT<'static>,
pub PLIC_MX: PLIC_MX<'static>,
pub PMU: PMU<'static>,
pub RADIO_CLK: RADIO_CLK<'static>,
pub RMT: RMT<'static>,
pub RNG: RNG<'static>,
pub RSA: RSA<'static>,
pub SHA: SHA<'static>,
pub SLCHOST: SLCHOST<'static>,
pub SOC_ETM: SOC_ETM<'static>,
pub SPI0: SPI0<'static>,
pub SPI1: SPI1<'static>,
pub SYSTEM: SYSTEM<'static>,
pub SYSTIMER: SYSTIMER<'static>,
pub SW_INTERRUPT: SW_INTERRUPT<'static>,
pub TEE: TEE<'static>,
pub TIMG0: TIMG0<'static>,
pub TIMG1: TIMG1<'static>,
pub TRACE0: TRACE0<'static>,
pub TSENS: TSENS<'static>,
pub TWAI0: TWAI0<'static>,
pub TWAI1: TWAI1<'static>,
pub UHCI0: UHCI0<'static>,
pub USB_DEVICE: USB_DEVICE<'static>,
pub WIFI: WIFI<'static>,
pub MEM2MEM1: MEM2MEM1<'static>,
pub MEM2MEM4: MEM2MEM4<'static>,
pub MEM2MEM5: MEM2MEM5<'static>,
pub MEM2MEM10: MEM2MEM10<'static>,
pub MEM2MEM11: MEM2MEM11<'static>,
pub MEM2MEM12: MEM2MEM12<'static>,
pub MEM2MEM13: MEM2MEM13<'static>,
pub MEM2MEM14: MEM2MEM14<'static>,
pub MEM2MEM15: MEM2MEM15<'static>,
pub DMA_CH0: DMA_CH0<'static>,
pub DMA_CH1: DMA_CH1<'static>,
pub DMA_CH2: DMA_CH2<'static>,
pub GPIO0: GPIO0<'static>,
pub GPIO1: GPIO1<'static>,
pub GPIO2: GPIO2<'static>,
pub GPIO3: GPIO3<'static>,
pub GPIO4: GPIO4<'static>,
pub GPIO5: GPIO5<'static>,
pub GPIO6: GPIO6<'static>,
pub GPIO7: GPIO7<'static>,
pub GPIO8: GPIO8<'static>,
pub GPIO9: GPIO9<'static>,
pub GPIO10: GPIO10<'static>,
pub GPIO11: GPIO11<'static>,
pub GPIO12: GPIO12<'static>,
pub GPIO13: GPIO13<'static>,
pub GPIO14: GPIO14<'static>,
pub GPIO15: GPIO15<'static>,
pub GPIO16: GPIO16<'static>,
pub GPIO17: GPIO17<'static>,
pub GPIO18: GPIO18<'static>,
pub GPIO19: GPIO19<'static>,
pub GPIO20: GPIO20<'static>,
pub GPIO21: GPIO21<'static>,
pub GPIO22: GPIO22<'static>,
pub GPIO23: GPIO23<'static>,
pub GPIO24: GPIO24<'static>,
pub GPIO25: GPIO25<'static>,
pub GPIO26: GPIO26<'static>,
pub GPIO27: GPIO27<'static>,
pub GPIO28: GPIO28<'static>,
pub GPIO29: GPIO29<'static>,
pub GPIO30: GPIO30<'static>,
}
Expand description
The Peripherals
struct provides access to all of the hardware peripherals on the chip.
Fields§
§I2C0: I2C0<'static>
The I2C0 peripheral.
SPI2: SPI2<'static>
The SPI2 peripheral.
UART0: UART0<'static>
The UART0 peripheral.
UART1: UART1<'static>
The UART1 peripheral.
ADC1: ADC1<'static>
unstable
only.The ADC1 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
AES: AES<'static>
unstable
only.The AES peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
APB_SARADC: APB_SARADC<'static>
unstable
only.The APB_SARADC peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
ASSIST_DEBUG: ASSIST_DEBUG<'static>
unstable
only.The ASSIST_DEBUG peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
ATOMIC: ATOMIC<'static>
unstable
only.The ATOMIC peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
BT: BT<'static>
unstable
only.The BT peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
DMA: DMA<'static>
unstable
only.The DMA peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
DS: DS<'static>
unstable
only.The DS peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
ECC: ECC<'static>
unstable
only.The ECC peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
EFUSE: EFUSE<'static>
unstable
only.The EFUSE peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
EXTMEM: EXTMEM<'static>
unstable
only.The EXTMEM peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
GPIO: GPIO<'static>
unstable
only.The GPIO peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
GPIO_SD: GPIO_SD<'static>
unstable
only.The GPIO_SD peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
HINF: HINF<'static>
unstable
only.The HINF peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
HMAC: HMAC<'static>
unstable
only.The HMAC peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
HP_APM: HP_APM<'static>
unstable
only.The HP_APM peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
HP_SYS: HP_SYS<'static>
unstable
only.The HP_SYS peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
I2C_ANA_MST: I2C_ANA_MST<'static>
unstable
only.The I2C_ANA_MST peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
I2S0: I2S0<'static>
unstable
only.The I2S0 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
IEEE802154: IEEE802154<'static>
unstable
only.The IEEE802154 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
INTERRUPT_CORE0: INTERRUPT_CORE0<'static>
unstable
only.The INTERRUPT_CORE0 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
INTPRI: INTPRI<'static>
unstable
only.The INTPRI peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
IO_MUX: IO_MUX<'static>
unstable
only.The IO_MUX peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
LEDC: LEDC<'static>
unstable
only.The LEDC peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
LPWR: LPWR<'static>
unstable
only.The LPWR peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
LP_CORE: LP_CORE<'static>
unstable
only.The LP_CORE peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
LP_PERI: LP_PERI<'static>
unstable
only.The LP_PERI peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
LP_ANA: LP_ANA<'static>
unstable
only.The LP_ANA peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
LP_AON: LP_AON<'static>
unstable
only.The LP_AON peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
LP_APM: LP_APM<'static>
unstable
only.The LP_APM peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
LP_APM0: LP_APM0<'static>
unstable
only.The LP_APM0 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
LP_I2C0: LP_I2C0<'static>
unstable
only.The LP_I2C0 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
LP_I2C_ANA_MST: LP_I2C_ANA_MST<'static>
unstable
only.The LP_I2C_ANA_MST peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
LP_IO: LP_IO<'static>
unstable
only.The LP_IO peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
LP_TEE: LP_TEE<'static>
unstable
only.The LP_TEE peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
LP_TIMER: LP_TIMER<'static>
unstable
only.The LP_TIMER peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
LP_UART: LP_UART<'static>
unstable
only.The LP_UART peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
LP_WDT: LP_WDT<'static>
unstable
only.The LP_WDT peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
MCPWM0: MCPWM0<'static>
unstable
only.The MCPWM0 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
MEM_MONITOR: MEM_MONITOR<'static>
unstable
only.The MEM_MONITOR peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
MODEM_LPCON: MODEM_LPCON<'static>
unstable
only.The MODEM_LPCON peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
MODEM_SYSCON: MODEM_SYSCON<'static>
unstable
only.The MODEM_SYSCON peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
OTP_DEBUG: OTP_DEBUG<'static>
unstable
only.The OTP_DEBUG peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
PARL_IO: PARL_IO<'static>
unstable
only.The PARL_IO peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
PAU: PAU<'static>
unstable
only.The PAU peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
PCR: PCR<'static>
unstable
only.The PCR peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
PCNT: PCNT<'static>
unstable
only.The PCNT peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
PLIC_MX: PLIC_MX<'static>
unstable
only.The PLIC_MX peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
PMU: PMU<'static>
unstable
only.The PMU peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
RADIO_CLK: RADIO_CLK<'static>
unstable
only.The RADIO_CLK peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
RMT: RMT<'static>
unstable
only.The RMT peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
RNG: RNG<'static>
unstable
only.The RNG peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
RSA: RSA<'static>
unstable
only.The RSA peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
SHA: SHA<'static>
unstable
only.The SHA peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
SLCHOST: SLCHOST<'static>
unstable
only.The SLCHOST peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
SOC_ETM: SOC_ETM<'static>
unstable
only.The SOC_ETM peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
SPI0: SPI0<'static>
unstable
only.The SPI0 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
SPI1: SPI1<'static>
unstable
only.The SPI1 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
SYSTEM: SYSTEM<'static>
unstable
only.The SYSTEM peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
SYSTIMER: SYSTIMER<'static>
unstable
only.The SYSTIMER peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
SW_INTERRUPT: SW_INTERRUPT<'static>
unstable
only.The SW_INTERRUPT peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
TEE: TEE<'static>
unstable
only.The TEE peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
TIMG0: TIMG0<'static>
unstable
only.The TIMG0 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
TIMG1: TIMG1<'static>
unstable
only.The TIMG1 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
TRACE0: TRACE0<'static>
unstable
only.The TRACE0 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
TSENS: TSENS<'static>
unstable
only.The TSENS peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
TWAI0: TWAI0<'static>
unstable
only.The TWAI0 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
TWAI1: TWAI1<'static>
unstable
only.The TWAI1 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
UHCI0: UHCI0<'static>
unstable
only.The UHCI0 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
USB_DEVICE: USB_DEVICE<'static>
unstable
only.The USB_DEVICE peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
WIFI: WIFI<'static>
unstable
only.The WIFI peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
MEM2MEM1: MEM2MEM1<'static>
unstable
only.The MEM2MEM1 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
MEM2MEM4: MEM2MEM4<'static>
unstable
only.The MEM2MEM4 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
MEM2MEM5: MEM2MEM5<'static>
unstable
only.The MEM2MEM5 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
MEM2MEM10: MEM2MEM10<'static>
unstable
only.The MEM2MEM10 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
MEM2MEM11: MEM2MEM11<'static>
unstable
only.The MEM2MEM11 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
MEM2MEM12: MEM2MEM12<'static>
unstable
only.The MEM2MEM12 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
MEM2MEM13: MEM2MEM13<'static>
unstable
only.The MEM2MEM13 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
MEM2MEM14: MEM2MEM14<'static>
unstable
only.The MEM2MEM14 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
MEM2MEM15: MEM2MEM15<'static>
unstable
only.The MEM2MEM15 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
DMA_CH0: DMA_CH0<'static>
unstable
only.The DMA_CH0 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
DMA_CH1: DMA_CH1<'static>
unstable
only.The DMA_CH1 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
DMA_CH2: DMA_CH2<'static>
unstable
only.The DMA_CH2 peripheral.
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
GPIO0: GPIO0<'static>
GPIO0
GPIO1: GPIO1<'static>
GPIO1
GPIO2: GPIO2<'static>
GPIO2
GPIO3: GPIO3<'static>
GPIO3
GPIO4: GPIO4<'static>
GPIO4
GPIO5: GPIO5<'static>
GPIO5
GPIO6: GPIO6<'static>
GPIO6
GPIO7: GPIO7<'static>
GPIO7
GPIO8: GPIO8<'static>
GPIO8
GPIO9: GPIO9<'static>
GPIO9
GPIO10: GPIO10<'static>
GPIO10
GPIO11: GPIO11<'static>
GPIO11
GPIO12: GPIO12<'static>
GPIO12
GPIO13: GPIO13<'static>
GPIO13
GPIO14: GPIO14<'static>
GPIO14
GPIO15: GPIO15<'static>
GPIO15
GPIO16: GPIO16<'static>
GPIO16
GPIO17: GPIO17<'static>
GPIO17
GPIO18: GPIO18<'static>
GPIO18
GPIO19: GPIO19<'static>
GPIO19
GPIO20: GPIO20<'static>
GPIO20
GPIO21: GPIO21<'static>
GPIO21
GPIO22: GPIO22<'static>
GPIO22
GPIO23: GPIO23<'static>
GPIO23
GPIO24: GPIO24<'static>
GPIO24
GPIO25: GPIO25<'static>
GPIO25
GPIO26: GPIO26<'static>
GPIO26
GPIO27: GPIO27<'static>
GPIO27
GPIO28: GPIO28<'static>
GPIO28
GPIO29: GPIO29<'static>
GPIO29
GPIO30: GPIO30<'static>
GPIO30