Struct nrf52840_pac::wdt::reqstatus::REQSTATUS_SPEC
source · pub struct REQSTATUS_SPEC;
Expand description
Trait Implementations§
source§impl Readable for REQSTATUS_SPEC
impl Readable for REQSTATUS_SPEC
read()
method returns reqstatus::R reader structure
source§impl RegisterSpec for REQSTATUS_SPEC
impl RegisterSpec for REQSTATUS_SPEC
source§impl Resettable for REQSTATUS_SPEC
impl Resettable for REQSTATUS_SPEC
reset()
method sets REQSTATUS to value 0x01
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for REQSTATUS_SPEC
impl RefUnwindSafe for REQSTATUS_SPEC
impl Send for REQSTATUS_SPEC
impl Sync for REQSTATUS_SPEC
impl Unpin for REQSTATUS_SPEC
impl UnwindSafe for REQSTATUS_SPEC
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