pub struct Peripherals {}
Expand description
All the peripherals.
Fields§
§LP_I2C0: LP_I2C0
LP_I2C0
LP_PERI: LP_PERI
LP_PERI
LP_ANA: LP_ANA
LP_ANA
LP_AON: LP_AON
LP_AON
LP_APM: LP_APM
LP_APM
LP_CLKRST: LP_CLKRST
LP_CLKRST
LP_I2C_ANA_MST: LP_I2C_ANA_MST
LP_I2C_ANA_MST
LP_IO: LP_IO
LP_IO
LP_TEE: LP_TEE
LP_TEE
LP_TIMER: LP_TIMER
LP_TIMER
LP_UART: LP_UART
LP_UART
LP_WDT: LP_WDT
LP_WDT
PMU: PMU
PMU
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