pub enum Peripheral {
Show 41 variants
TIMERS,
SPI0_SPI1,
UART0,
WDG,
I2S0,
UART1,
SPI2,
I2C0,
UHCI0,
RMT,
PCNT,
LEDC,
UHCI1,
TIMERGROUP0,
EFUSE,
TIMERGROUP1,
SPI3,
PWM0,
I2C1,
CAN,
PWM1,
I2S1,
SPI_DMA,
UART2,
UART_MEM,
PWM2,
PWM3,
AES,
SHA,
RSA,
SECUREBOOT,
SIGNATURE,
SDIO_SLAVE,
SDIO_HOST,
EMAC,
RNG,
WIFI,
BT,
WIFI_BT_COMMON,
BT_LC,
BT_BASEBAND,
}
Performs copy-assignment from source
. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.