pub enum Peripheral {
Show 25 variants
Adc,
BusController,
Dma,
I2c0,
I2c1,
IOBank0,
IOQSpi,
Jtag,
PadsBank0,
PadsQSpi,
Pio0,
Pio1,
PllSys,
PllUsb,
Pwm,
Rtc,
Spi0,
Spi1,
Syscfg,
SysInfo,
TBMan,
Timer,
Uart0,
Uart1,
UsbCtrl,
}
Variants§
Adc
BusController
Dma
I2c0
I2c1
IOBank0
IOQSpi
Jtag
PadsBank0
PadsQSpi
Pio0
Pio1
PllSys
PllUsb
Pwm
Rtc
Spi0
Spi1
Syscfg
SysInfo
TBMan
Timer
Uart0
Uart1
UsbCtrl
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