pub struct Peripherals {}Expand description
All the peripherals
Fields§
§DPORT: DPORTDPORT
EFUSE: EFUSEEFUSE
GPIO: GPIOGPIO
I2S: I2SI2S
IO_MUX: IO_MUXIO_MUX
RTC: RTCRTC
SLC: SLCSLC
SPI0: SPI0SPI0
SPI1: SPI1SPI1
TIMER: TIMERTIMER
UART0: UART0UART0
UART1: UART1UART1
WDT: WDTWDT
RNG: RNGRNG
RTCCNTL: RTCCNTLRTCCNTL
Implementations§
Auto Trait Implementations§
impl Freeze for Peripherals
impl RefUnwindSafe for Peripherals
impl Send for Peripherals
impl !Sync for Peripherals
impl Unpin for Peripherals
impl UnwindSafe for Peripherals
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