Struct esp32c6_lp::Peripherals
source · pub struct Peripherals {
pub LP_I2C: LP_I2C,
pub LP_PERI: LP_PERI,
pub LP_ANA_PERI: LP_ANA_PERI,
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_I2C: LP_I2C
LP_I2C
LP_PERI: LP_PERI
LP_PERI
LP_ANA_PERI: LP_ANA_PERI
LP_ANA_PERI
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
Implementations§
Auto Trait Implementations§
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