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
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