Struct nrf52840_pac::nfct::sleepstate::SLEEPSTATE_SPEC
source · pub struct SLEEPSTATE_SPEC;
Expand description
Sleep state during automatic collision resolution
This register you can read
. See API.
For information about available fields see sleepstate module
Trait Implementations§
source§impl Readable for SLEEPSTATE_SPEC
impl Readable for SLEEPSTATE_SPEC
read()
method returns sleepstate::R reader structure
source§impl RegisterSpec for SLEEPSTATE_SPEC
impl RegisterSpec for SLEEPSTATE_SPEC
source§impl Resettable for SLEEPSTATE_SPEC
impl Resettable for SLEEPSTATE_SPEC
reset()
method sets SLEEPSTATE 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 SLEEPSTATE_SPEC
impl RefUnwindSafe for SLEEPSTATE_SPEC
impl Send for SLEEPSTATE_SPEC
impl Sync for SLEEPSTATE_SPEC
impl Unpin for SLEEPSTATE_SPEC
impl UnwindSafe for SLEEPSTATE_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