Struct nrf52840_pac::power::systemoff::SYSTEMOFF_SPEC
source · pub struct SYSTEMOFF_SPEC;
Expand description
System OFF register
This register you can write_with_zero
, reset
, write
. See API.
For information about available fields see systemoff module
Trait Implementations§
source§impl RegisterSpec for SYSTEMOFF_SPEC
impl RegisterSpec for SYSTEMOFF_SPEC
source§impl Resettable for SYSTEMOFF_SPEC
impl Resettable for SYSTEMOFF_SPEC
reset()
method sets SYSTEMOFF to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for SYSTEMOFF_SPEC
impl Writable for SYSTEMOFF_SPEC
write(|w| ..)
method takes systemoff::W writer structure
Auto Trait Implementations§
impl Freeze for SYSTEMOFF_SPEC
impl RefUnwindSafe for SYSTEMOFF_SPEC
impl Send for SYSTEMOFF_SPEC
impl Sync for SYSTEMOFF_SPEC
impl Unpin for SYSTEMOFF_SPEC
impl UnwindSafe for SYSTEMOFF_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