Struct esp32c6_lp::Peripherals
source · pub struct Peripherals {
pub LP_I2C0: LP_I2C0,
pub LP_PERI: LP_PERI,
pub LP_ANA: LP_ANA,
pub LP_AON: LP_AON,
pub LP_APM: LP_APM,
pub LP_CLKRST: LP_CLKRST,
pub LP_I2C_ANA_MST: LP_I2C_ANA_MST,
pub LP_IO: LP_IO,
pub LP_TEE: LP_TEE,
pub LP_TIMER: LP_TIMER,
pub LP_UART: LP_UART,
pub LP_WDT: LP_WDT,
}Expand description
All the peripherals.
Fields§
§LP_I2C0: LP_I2C0LP_I2C0
LP_PERI: LP_PERILP_PERI
LP_ANA: LP_ANALP_ANA
LP_AON: LP_AONLP_AON
LP_APM: LP_APMLP_APM
LP_CLKRST: LP_CLKRSTLP_CLKRST
LP_I2C_ANA_MST: LP_I2C_ANA_MSTLP_I2C_ANA_MST
LP_IO: LP_IOLP_IO
LP_TEE: LP_TEELP_TEE
LP_TIMER: LP_TIMERLP_TIMER
LP_UART: LP_UARTLP_UART
LP_WDT: LP_WDTLP_WDT
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