pub struct R(/* private fields */);Expand description
Register RSTCTRL reader
Implementations§
Source§impl R
impl R
Sourcepub fn wdog0rmode(&self) -> WDOG0RMODE_R
pub fn wdog0rmode(&self) -> WDOG0RMODE_R
Bit 0 - Enable WDOG0 reset
Sourcepub fn sysrmode(&self) -> SYSRMODE_R
pub fn sysrmode(&self) -> SYSRMODE_R
Bit 2 - Enable M33 System reset
Sourcepub fn lockuprmode(&self) -> LOCKUPRMODE_R
pub fn lockuprmode(&self) -> LOCKUPRMODE_R
Bit 3 - Enable M33 Lockup reset
Sourcepub fn avddbodrmode(&self) -> AVDDBODRMODE_R
pub fn avddbodrmode(&self) -> AVDDBODRMODE_R
Bit 6 - Enable AVDD BOD reset
Sourcepub fn iovdd0bodrmode(&self) -> IOVDD0BODRMODE_R
pub fn iovdd0bodrmode(&self) -> IOVDD0BODRMODE_R
Bit 7 - Enable VDDIO0 BOD reset
Sourcepub fn decbodrmode(&self) -> DECBODRMODE_R
pub fn decbodrmode(&self) -> DECBODRMODE_R
Bit 10 - Enable DECBOD reset
Sourcepub fn dcirmode(&self) -> DCIRMODE_R
pub fn dcirmode(&self) -> DCIRMODE_R
Bit 16 - DCI System reset
Methods from Deref<Target = R<RSTCTRL_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