pub struct LP_PERI { /* private fields */ }
Implementations§
Source§impl LP_PERI
impl LP_PERI
Sourcepub const PTR: *const <LP_PERI as Deref>::Target = {0x600b2800 as *const <esp32c6::LP_PERI as core::ops::Deref>::Target}
pub const PTR: *const <LP_PERI as Deref>::Target = {0x600b2800 as *const <esp32c6::LP_PERI as core::ops::Deref>::Target}
Pointer to the register block
Methods from Deref<Target = RegisterBlock>§
Sourcepub fn clk_en(&self) -> &Reg<CLK_EN_SPEC>
pub fn clk_en(&self) -> &Reg<CLK_EN_SPEC>
0x00 - need_des
Sourcepub fn reset_en(&self) -> &Reg<RESET_EN_SPEC>
pub fn reset_en(&self) -> &Reg<RESET_EN_SPEC>
0x04 - need_des
Sourcepub fn rng_data(&self) -> &Reg<RNG_DATA_SPEC>
pub fn rng_data(&self) -> &Reg<RNG_DATA_SPEC>
0x08 - need_des
Sourcepub fn bus_timeout(&self) -> &Reg<BUS_TIMEOUT_SPEC>
pub fn bus_timeout(&self) -> &Reg<BUS_TIMEOUT_SPEC>
0x10 - need_des
Sourcepub fn bus_timeout_addr(&self) -> &Reg<BUS_TIMEOUT_ADDR_SPEC>
pub fn bus_timeout_addr(&self) -> &Reg<BUS_TIMEOUT_ADDR_SPEC>
0x14 - need_des
Sourcepub fn bus_timeout_uid(&self) -> &Reg<BUS_TIMEOUT_UID_SPEC>
pub fn bus_timeout_uid(&self) -> &Reg<BUS_TIMEOUT_UID_SPEC>
0x18 - need_des
Sourcepub fn mem_ctrl(&self) -> &Reg<MEM_CTRL_SPEC>
pub fn mem_ctrl(&self) -> &Reg<MEM_CTRL_SPEC>
0x1c - need_des
Sourcepub fn interrupt_source(&self) -> &Reg<INTERRUPT_SOURCE_SPEC>
pub fn interrupt_source(&self) -> &Reg<INTERRUPT_SOURCE_SPEC>
0x20 - need_des
Trait Implementations§
Source§impl Peripheral for LP_PERI
impl Peripheral for LP_PERI
Source§unsafe fn clone_unchecked(&mut self) -> <LP_PERI as Peripheral>::P
unsafe fn clone_unchecked(&mut self) -> <LP_PERI as Peripheral>::P
Unsafely clone (duplicate) a peripheral singleton. Read more
Auto Trait Implementations§
impl Freeze for LP_PERI
impl RefUnwindSafe for LP_PERI
impl Send for LP_PERI
impl Sync for LP_PERI
impl Unpin for LP_PERI
impl UnwindSafe for LP_PERI
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