Struct esp32c6_hal::peripherals::LP_ANA
source · pub struct LP_ANA { /* private fields */ }
Implementations§
source§impl LP_ANA
impl LP_ANA
sourcepub unsafe fn steal() -> LP_ANA
pub unsafe fn steal() -> LP_ANA
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 bod_mode0_cntl(&self) -> &Reg<BOD_MODE0_CNTL_SPEC>
pub fn bod_mode0_cntl(&self) -> &Reg<BOD_MODE0_CNTL_SPEC>
0x00 - need_des
pub fn bod_mode1_cntl(&self) -> &Reg<BOD_MODE1_CNTL_SPEC>
pub fn bod_mode1_cntl(&self) -> &Reg<BOD_MODE1_CNTL_SPEC>
0x04 - need_des
pub fn ck_glitch_cntl(&self) -> &Reg<CK_GLITCH_CNTL_SPEC>
pub fn ck_glitch_cntl(&self) -> &Reg<CK_GLITCH_CNTL_SPEC>
0x08 - need_des
pub fn fib_enable(&self) -> &Reg<FIB_ENABLE_SPEC>
pub fn fib_enable(&self) -> &Reg<FIB_ENABLE_SPEC>
0x0c - need_des
pub fn int_raw(&self) -> &Reg<INT_RAW_SPEC>
pub fn int_raw(&self) -> &Reg<INT_RAW_SPEC>
0x10 - need_des
pub fn int_st(&self) -> &Reg<INT_ST_SPEC>
pub fn int_st(&self) -> &Reg<INT_ST_SPEC>
0x14 - need_des
pub fn int_ena(&self) -> &Reg<INT_ENA_SPEC>
pub fn int_ena(&self) -> &Reg<INT_ENA_SPEC>
0x18 - need_des
pub fn int_clr(&self) -> &Reg<INT_CLR_SPEC>
pub fn int_clr(&self) -> &Reg<INT_CLR_SPEC>
0x1c - need_des
pub fn lp_int_raw(&self) -> &Reg<LP_INT_RAW_SPEC>
pub fn lp_int_raw(&self) -> &Reg<LP_INT_RAW_SPEC>
0x20 - need_des
pub fn lp_int_st(&self) -> &Reg<LP_INT_ST_SPEC>
pub fn lp_int_st(&self) -> &Reg<LP_INT_ST_SPEC>
0x24 - need_des
pub fn lp_int_ena(&self) -> &Reg<LP_INT_ENA_SPEC>
pub fn lp_int_ena(&self) -> &Reg<LP_INT_ENA_SPEC>
0x28 - need_des
pub fn lp_int_clr(&self) -> &Reg<LP_INT_CLR_SPEC>
pub fn lp_int_clr(&self) -> &Reg<LP_INT_CLR_SPEC>
0x2c - 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_ANA
impl Peripheral for LP_ANA
Auto Trait Implementations§
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