Enum esp32c3_hal::system::Peripheral
source · [−]pub enum Peripheral {
Spi2,
Spi3,
I2cExt0,
Rmt,
Ledc,
ApbSarAdc,
}
Expand description
Peripherals which can be enabled via PeripheralClockControl
Variants
Spi2
Spi3
I2cExt0
Rmt
Ledc
ApbSarAdc
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more