Struct nrf52840_pac::nfct::sleepstate::R
source · pub struct R(/* private fields */);
Expand description
Register SLEEPSTATE
reader
Implementations§
source§impl R
impl R
sourcepub fn sleepstate(&self) -> SLEEPSTATE_R
pub fn sleepstate(&self) -> SLEEPSTATE_R
Bit 0 - Reflects the sleep state during automatic collision resolution. Set to IDLE by a GOIDLE task. Set to SLEEP_A when a valid SLEEP_REQ frame is received or by a GOSLEEP task.
Methods from Deref<Target = R<SLEEPSTATE_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