Struct PwrcIer
#[repr(transparent)]pub struct PwrcIer(pub u32);Expand description
PWRC_IER register.
Tuple Fields§
§0: u32Implementations§
§impl PwrcIer
impl PwrcIer
pub const fn borh_ie(&self) -> bool
pub const fn borh_ie(&self) -> bool
BORH_IE: BORH interrupt enable. 0: BORH interrupt is disabled. 1: BORH interrupt is enabled.
pub fn set_borh_ie(&mut self, val: bool)
pub fn set_borh_ie(&mut self, val: bool)
BORH_IE: BORH interrupt enable. 0: BORH interrupt is disabled. 1: BORH interrupt is enabled.
pub const fn pvd_ie(&self) -> bool
pub const fn pvd_ie(&self) -> bool
PVD_IE: Programmable Voltage Detector interrupt enable. 0: PVD interrupt is disabled. 1: PVD interrupt is enabled.
pub fn set_pvd_ie(&mut self, val: bool)
pub fn set_pvd_ie(&mut self, val: bool)
PVD_IE: Programmable Voltage Detector interrupt enable. 0: PVD interrupt is disabled. 1: PVD interrupt is enabled.
pub const fn wkup_ie(&self) -> bool
pub const fn wkup_ie(&self) -> bool
WKUP_IE: Power Controller Wakeup event interrupt enable. 0: Interrupt on wakeup event seen by the PWRC is disabled. 1: Interrupt on wakeup event seen by the PWRC is enabled.
pub fn set_wkup_ie(&mut self, val: bool)
pub fn set_wkup_ie(&mut self, val: bool)
WKUP_IE: Power Controller Wakeup event interrupt enable. 0: Interrupt on wakeup event seen by the PWRC is disabled. 1: Interrupt on wakeup event seen by the PWRC is enabled.