pub struct Peripherals {}Expand description
All the peripherals.
Fields§
§sys: SysSYS
tmr0: Tmr0TMR0
tmr1: Tmr1TMR1
tmr2: Tmr2TMR2
tmr3: Tmr3TMR3
uart0: Uart0UART0
uart1: Uart1UART1
uart2: Uart2UART2
uart3: Uart3UART3
spi0: Spi0SPI0
pwmx: PwmxPWMx
usb: UsbUSB
pfic: PficPFIC
systick: SystickSystick
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 UnsafeUnpin 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