Struct nrf52840_pac::power::mainregstatus::MAINREGSTATUS_SPEC
source · pub struct MAINREGSTATUS_SPEC;
Expand description
Main supply status
This register you can read
. See API.
For information about available fields see mainregstatus module
Trait Implementations§
source§impl Readable for MAINREGSTATUS_SPEC
impl Readable for MAINREGSTATUS_SPEC
read()
method returns mainregstatus::R reader structure
source§impl RegisterSpec for MAINREGSTATUS_SPEC
impl RegisterSpec for MAINREGSTATUS_SPEC
source§impl Resettable for MAINREGSTATUS_SPEC
impl Resettable for MAINREGSTATUS_SPEC
reset()
method sets MAINREGSTATUS to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for MAINREGSTATUS_SPEC
impl RefUnwindSafe for MAINREGSTATUS_SPEC
impl Send for MAINREGSTATUS_SPEC
impl Sync for MAINREGSTATUS_SPEC
impl Unpin for MAINREGSTATUS_SPEC
impl UnwindSafe for MAINREGSTATUS_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