pub enum Peripheral {
Show 25 variants
Spi2,
I2cExt0,
Rmt,
Ledc,
Mcpwm0,
Pcnt,
ApbSarAdc,
Gdma,
I2s0,
Aes,
Twai0,
Twai1,
Timg0,
Timg1,
Wdt,
Sha,
UsbDevice,
Uart0,
Uart1,
Rsa,
ParlIo,
Hmac,
Ecc,
Etm,
Trace,
}
Expand description
Peripherals which can be enabled via PeripheralClockControl
Variants§
Spi2
I2cExt0
Rmt
Ledc
Mcpwm0
Pcnt
ApbSarAdc
Gdma
I2s0
Aes
Twai0
Twai1
Timg0
Timg1
Wdt
Sha
UsbDevice
Uart0
Uart1
Rsa
ParlIo
Hmac
Ecc
Etm
Trace
Auto Trait Implementations§
impl Freeze for Peripheral
impl RefUnwindSafe for Peripheral
impl Send for Peripheral
impl Sync for Peripheral
impl Unpin for Peripheral
impl UnwindSafe for Peripheral
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more