pub struct R(/* private fields */);
Expand description
Register RSTCAUSE
reader
Implementations§
Source§impl R
impl R
Sourcepub fn bodunregrst(&self) -> BODUNREGRST_R
pub fn bodunregrst(&self) -> BODUNREGRST_R
Bit 1 - Brown Out Detector Unregulated Domain Reset
Sourcepub fn bodregrst(&self) -> BODREGRST_R
pub fn bodregrst(&self) -> BODREGRST_R
Bit 2 - Brown Out Detector Regulated Domain Reset
Sourcepub fn lockuprst(&self) -> LOCKUPRST_R
pub fn lockuprst(&self) -> LOCKUPRST_R
Bit 5 - LOCKUP Reset
Sourcepub fn sysreqrst(&self) -> SYSREQRST_R
pub fn sysreqrst(&self) -> SYSREQRST_R
Bit 6 - System Request Reset
Sourcepub fn em4wurst(&self) -> EM4WURST_R
pub fn em4wurst(&self) -> EM4WURST_R
Bit 8 - EM4 Wake-up Reset
Sourcepub fn bodavdd0(&self) -> BODAVDD0_R
pub fn bodavdd0(&self) -> BODAVDD0_R
Bit 9 - AVDD0 Bod Reset
Sourcepub fn bodavdd1(&self) -> BODAVDD1_R
pub fn bodavdd1(&self) -> BODAVDD1_R
Bit 10 - AVDD1 Bod Reset
Sourcepub fn bubodvdddreg(&self) -> BUBODVDDDREG_R
pub fn bubodvdddreg(&self) -> BUBODVDDDREG_R
Bit 11 - Backup Brown Out Detector, VDD_DREG
Sourcepub fn bubodbuvin(&self) -> BUBODBUVIN_R
pub fn bubodbuvin(&self) -> BUBODBUVIN_R
Bit 12 - Backup Brown Out Detector, BU_VIN
Sourcepub fn bubodunreg(&self) -> BUBODUNREG_R
pub fn bubodunreg(&self) -> BUBODUNREG_R
Bit 13 - Backup Brown Out Detector Unregulated Domain
Sourcepub fn bubodreg(&self) -> BUBODREG_R
pub fn bubodreg(&self) -> BUBODREG_R
Bit 14 - Backup Brown Out Detector Regulated Domain
Sourcepub fn bumoderst(&self) -> BUMODERST_R
pub fn bumoderst(&self) -> BUMODERST_R
Bit 15 - Backup mode reset
Methods from Deref<Target = R<RSTCAUSE_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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