Enum esp32s3_hal::system::Peripheral
source · pub enum Peripheral {
Show 25 variants
Spi2,
Spi3,
I2cExt0,
I2cExt1,
Rmt,
Ledc,
Mcpwm0,
Mcpwm1,
Pcnt,
ApbSarAdc,
Gdma,
I2s0,
I2s1,
Usb,
Aes,
Twai0,
Timg0,
Timg1,
Sha,
UsbDevice,
Uart0,
Uart1,
Uart2,
Rsa,
Hmac,
}
Expand description
Peripherals which can be enabled via PeripheralClockControl
Variants§
Spi2
Spi3
I2cExt0
I2cExt1
Rmt
Ledc
Mcpwm0
Mcpwm1
Pcnt
ApbSarAdc
Gdma
I2s0
I2s1
Usb
Aes
Twai0
Timg0
Timg1
Sha
UsbDevice
Uart0
Uart1
Uart2
Rsa
Hmac
Auto Trait Implementations§
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