pub struct R(/* private fields */);
Expand description
Register CTRL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn wdogrmode(&self) -> WDOGRMODE_R
pub fn wdogrmode(&self) -> WDOGRMODE_R
Bits 0:2 - WDOG Reset Mode
Sourcepub fn lockuprmode(&self) -> LOCKUPRMODE_R
pub fn lockuprmode(&self) -> LOCKUPRMODE_R
Bits 4:6 - Core LOCKUP Reset Mode
Sourcepub fn sysrmode(&self) -> SYSRMODE_R
pub fn sysrmode(&self) -> SYSRMODE_R
Bits 8:10 - Core Sysreset Reset Mode
Sourcepub fn pinrmode(&self) -> PINRMODE_R
pub fn pinrmode(&self) -> PINRMODE_R
Bits 12:14 - PIN Reset Mode
Sourcepub fn resetstate(&self) -> RESETSTATE_R
pub fn resetstate(&self) -> RESETSTATE_R
Bits 24:25 - System Software Reset State
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