pub struct LP_ANA { /* private fields */ }
Implementations§
Source§impl LP_ANA
impl LP_ANA
Sourcepub const PTR: *const <LP_ANA as Deref>::Target = {0x600b2c00 as *const <esp32c6::LP_ANA as core::ops::Deref>::Target}
pub const PTR: *const <LP_ANA as Deref>::Target = {0x600b2c00 as *const <esp32c6::LP_ANA as core::ops::Deref>::Target}
Pointer to the register block
Methods from Deref<Target = RegisterBlock>§
Sourcepub fn bod_mode0_cntl(&self) -> &Reg<BOD_MODE0_CNTL_SPEC>
pub fn bod_mode0_cntl(&self) -> &Reg<BOD_MODE0_CNTL_SPEC>
0x00 - need_des
Sourcepub fn bod_mode1_cntl(&self) -> &Reg<BOD_MODE1_CNTL_SPEC>
pub fn bod_mode1_cntl(&self) -> &Reg<BOD_MODE1_CNTL_SPEC>
0x04 - need_des
Sourcepub fn ck_glitch_cntl(&self) -> &Reg<CK_GLITCH_CNTL_SPEC>
pub fn ck_glitch_cntl(&self) -> &Reg<CK_GLITCH_CNTL_SPEC>
0x08 - need_des
Sourcepub fn fib_enable(&self) -> &Reg<FIB_ENABLE_SPEC>
pub fn fib_enable(&self) -> &Reg<FIB_ENABLE_SPEC>
0x0c - need_des
Sourcepub fn int_raw(&self) -> &Reg<INT_RAW_SPEC>
pub fn int_raw(&self) -> &Reg<INT_RAW_SPEC>
0x10 - need_des
Sourcepub fn int_st(&self) -> &Reg<INT_ST_SPEC>
pub fn int_st(&self) -> &Reg<INT_ST_SPEC>
0x14 - need_des
Sourcepub fn int_ena(&self) -> &Reg<INT_ENA_SPEC>
pub fn int_ena(&self) -> &Reg<INT_ENA_SPEC>
0x18 - need_des
Sourcepub fn int_clr(&self) -> &Reg<INT_CLR_SPEC>
pub fn int_clr(&self) -> &Reg<INT_CLR_SPEC>
0x1c - need_des
Sourcepub fn lp_int_raw(&self) -> &Reg<LP_INT_RAW_SPEC>
pub fn lp_int_raw(&self) -> &Reg<LP_INT_RAW_SPEC>
0x20 - need_des
Sourcepub fn lp_int_st(&self) -> &Reg<LP_INT_ST_SPEC>
pub fn lp_int_st(&self) -> &Reg<LP_INT_ST_SPEC>
0x24 - need_des
Sourcepub fn lp_int_ena(&self) -> &Reg<LP_INT_ENA_SPEC>
pub fn lp_int_ena(&self) -> &Reg<LP_INT_ENA_SPEC>
0x28 - need_des
Sourcepub fn lp_int_clr(&self) -> &Reg<LP_INT_CLR_SPEC>
pub fn lp_int_clr(&self) -> &Reg<LP_INT_CLR_SPEC>
0x2c - need_des
Trait Implementations§
Source§impl Peripheral for LP_ANA
impl Peripheral for LP_ANA
Auto Trait Implementations§
impl Freeze for LP_ANA
impl RefUnwindSafe for LP_ANA
impl Send for LP_ANA
impl Sync for LP_ANA
impl Unpin for LP_ANA
impl UnwindSafe for LP_ANA
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