#[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_CNTL

0x00 - need_des

§bod_mode1_cntl: BOD_MODE1_CNTL

0x04 - need_des

§vdd_source_cntl: VDD_SOURCE_CNTL

0x08 - need_des

§vddbat_bod_cntl: VDDBAT_BOD_CNTL

0x0c - need_des

§vddbat_charge_cntl: VDDBAT_CHARGE_CNTL

0x10 - need_des

§ck_glitch_cntl: CK_GLITCH_CNTL

0x14 - need_des

§pg_glitch_cntl: PG_GLITCH_CNTL

0x18 - need_des

§fib_enable: FIB_ENABLE

0x1c - need_des

§int_raw: INT_RAW

0x20 - need_des

§int_st: INT_ST

0x24 - need_des

§int_ena: INT_ENA

0x28 - need_des

§int_clr: INT_CLR

0x2c - need_des

§lp_int_raw: LP_INT_RAW

0x30 - need_des

§lp_int_st: LP_INT_ST

0x34 - need_des

§lp_int_ena: LP_INT_ENA

0x38 - need_des

§lp_int_clr: LP_INT_CLR

0x3c - need_des

§date: DATE

0x3fc - need_des

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.