#[repr(transparent)]pub struct BodDcdcIntStatus(pub u32);Expand description
BoDs & DCDC interrupts status register
Tuple Fields§
§0: u32Implementations§
Source§impl BodDcdcIntStatus
impl BodDcdcIntStatus
Sourcepub const fn bodvbat_status(&self) -> bool
pub const fn bodvbat_status(&self) -> bool
BOD VBAT Interrupt status before Interrupt Enable.
Sourcepub const fn set_bodvbat_status(&mut self, val: bool)
pub const fn set_bodvbat_status(&mut self, val: bool)
BOD VBAT Interrupt status before Interrupt Enable.
Sourcepub const fn bodvbat_int_status(&self) -> bool
pub const fn bodvbat_int_status(&self) -> bool
BOD VBAT Interrupt status after Interrupt Enable.
Sourcepub const fn set_bodvbat_int_status(&mut self, val: bool)
pub const fn set_bodvbat_int_status(&mut self, val: bool)
BOD VBAT Interrupt status after Interrupt Enable.
Sourcepub const fn bodvbat_val(&self) -> bool
pub const fn bodvbat_val(&self) -> bool
Current value of BOD VBAT power status output.
Sourcepub const fn set_bodvbat_val(&mut self, val: bool)
pub const fn set_bodvbat_val(&mut self, val: bool)
Current value of BOD VBAT power status output.
Sourcepub const fn bodcore_status(&self) -> bool
pub const fn bodcore_status(&self) -> bool
BOD CORE Interrupt status before Interrupt Enable.
Sourcepub const fn set_bodcore_status(&mut self, val: bool)
pub const fn set_bodcore_status(&mut self, val: bool)
BOD CORE Interrupt status before Interrupt Enable.
Sourcepub const fn bodcore_int_status(&self) -> bool
pub const fn bodcore_int_status(&self) -> bool
BOD CORE Interrupt status after Interrupt Enable.
Sourcepub const fn set_bodcore_int_status(&mut self, val: bool)
pub const fn set_bodcore_int_status(&mut self, val: bool)
BOD CORE Interrupt status after Interrupt Enable.
Sourcepub const fn bodcore_val(&self) -> bool
pub const fn bodcore_val(&self) -> bool
Current value of BOD CORE power status output.
Sourcepub const fn set_bodcore_val(&mut self, val: bool)
pub const fn set_bodcore_val(&mut self, val: bool)
Current value of BOD CORE power status output.
Sourcepub const fn dcdc_status(&self) -> bool
pub const fn dcdc_status(&self) -> bool
DCDC Interrupt status before Interrupt Enable.
Sourcepub const fn set_dcdc_status(&mut self, val: bool)
pub const fn set_dcdc_status(&mut self, val: bool)
DCDC Interrupt status before Interrupt Enable.
Sourcepub const fn dcdc_int_status(&self) -> bool
pub const fn dcdc_int_status(&self) -> bool
DCDC Interrupt status after Interrupt Enable.
Sourcepub const fn set_dcdc_int_status(&mut self, val: bool)
pub const fn set_dcdc_int_status(&mut self, val: bool)
DCDC Interrupt status after Interrupt Enable.
Sourcepub const fn set_dcdc_val(&mut self, val: bool)
pub const fn set_dcdc_val(&mut self, val: bool)
Current value of DCDC power status output.
Trait Implementations§
Source§impl Clone for BodDcdcIntStatus
impl Clone for BodDcdcIntStatus
Source§fn clone(&self) -> BodDcdcIntStatus
fn clone(&self) -> BodDcdcIntStatus
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more