Struct esp32c6_hal::peripherals::LP_PERI
source · pub struct LP_PERI { /* private fields */ }
Implementations§
source§impl LP_PERI
impl LP_PERI
sourcepub unsafe fn steal() -> LP_PERI
pub unsafe fn steal() -> LP_PERI
Unsafely create an instance of this peripheral out of thin air.
Safety
You must ensure that you’re only using one instance of this type at a time.
Methods from Deref<Target = RegisterBlock>§
pub fn clk_en(&self) -> &Reg<CLK_EN_SPEC>
pub fn clk_en(&self) -> &Reg<CLK_EN_SPEC>
0x00 - need_des
pub fn reset_en(&self) -> &Reg<RESET_EN_SPEC>
pub fn reset_en(&self) -> &Reg<RESET_EN_SPEC>
0x04 - need_des
pub fn rng_data(&self) -> &Reg<RNG_DATA_SPEC>
pub fn rng_data(&self) -> &Reg<RNG_DATA_SPEC>
0x08 - need_des
pub fn cpu(&self) -> &Reg<CPU_SPEC>
pub fn cpu(&self) -> &Reg<CPU_SPEC>
0x0c - need_des
pub fn bus_timeout(&self) -> &Reg<BUS_TIMEOUT_SPEC>
pub fn bus_timeout(&self) -> &Reg<BUS_TIMEOUT_SPEC>
0x10 - need_des
pub fn bus_timeout_addr(&self) -> &Reg<BUS_TIMEOUT_ADDR_SPEC>
pub fn bus_timeout_addr(&self) -> &Reg<BUS_TIMEOUT_ADDR_SPEC>
0x14 - need_des
pub fn bus_timeout_uid(&self) -> &Reg<BUS_TIMEOUT_UID_SPEC>
pub fn bus_timeout_uid(&self) -> &Reg<BUS_TIMEOUT_UID_SPEC>
0x18 - need_des
pub fn mem_ctrl(&self) -> &Reg<MEM_CTRL_SPEC>
pub fn mem_ctrl(&self) -> &Reg<MEM_CTRL_SPEC>
0x1c - need_des
pub fn interrupt_source(&self) -> &Reg<INTERRUPT_SOURCE_SPEC>
pub fn interrupt_source(&self) -> &Reg<INTERRUPT_SOURCE_SPEC>
0x20 - need_des
pub fn date(&self) -> &Reg<DATE_SPEC>
pub fn date(&self) -> &Reg<DATE_SPEC>
0x3fc - need_des
Trait Implementations§
source§impl Peripheral for LP_PERI
impl Peripheral for LP_PERI
Auto Trait Implementations§
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