Struct esp32h2::lp_ana::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {Show 17 fields
pub bod_mode0_cntl: BOD_MODE0_CNTL,
pub bod_mode1_cntl: BOD_MODE1_CNTL,
pub vdd_source_cntl: VDD_SOURCE_CNTL,
pub vddbat_bod_cntl: VDDBAT_BOD_CNTL,
pub vddbat_charge_cntl: VDDBAT_CHARGE_CNTL,
pub ck_glitch_cntl: CK_GLITCH_CNTL,
pub pg_glitch_cntl: PG_GLITCH_CNTL,
pub fib_enable: FIB_ENABLE,
pub int_raw: INT_RAW,
pub int_st: INT_ST,
pub int_ena: INT_ENA,
pub int_clr: INT_CLR,
pub lp_int_raw: LP_INT_RAW,
pub lp_int_st: LP_INT_ST,
pub lp_int_ena: LP_INT_ENA,
pub lp_int_clr: LP_INT_CLR,
pub date: DATE,
/* private fields */
}Expand description
Register block
Fields§
§bod_mode0_cntl: BOD_MODE0_CNTL0x00 - need_des
bod_mode1_cntl: BOD_MODE1_CNTL0x04 - need_des
vdd_source_cntl: VDD_SOURCE_CNTL0x08 - need_des
vddbat_bod_cntl: VDDBAT_BOD_CNTL0x0c - need_des
vddbat_charge_cntl: VDDBAT_CHARGE_CNTL0x10 - need_des
ck_glitch_cntl: CK_GLITCH_CNTL0x14 - need_des
pg_glitch_cntl: PG_GLITCH_CNTL0x18 - need_des
fib_enable: FIB_ENABLE0x1c - need_des
int_raw: INT_RAW0x20 - need_des
int_st: INT_ST0x24 - need_des
int_ena: INT_ENA0x28 - need_des
int_clr: INT_CLR0x2c - need_des
lp_int_raw: LP_INT_RAW0x30 - need_des
lp_int_st: LP_INT_ST0x34 - need_des
lp_int_ena: LP_INT_ENA0x38 - need_des
lp_int_clr: LP_INT_CLR0x3c - need_des
date: DATE0x3fc - need_des
Auto Trait Implementations§
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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