Struct nrf52840_pac::nfct::shorts::R
source · pub struct R(/* private fields */);
Expand description
Register SHORTS
reader
Implementations§
source§impl R
impl R
sourcepub fn fielddetected_activate(&self) -> FIELDDETECTED_ACTIVATE_R
pub fn fielddetected_activate(&self) -> FIELDDETECTED_ACTIVATE_R
Bit 0 - Shortcut between FIELDDETECTED event and ACTIVATE task
sourcepub fn fieldlost_sense(&self) -> FIELDLOST_SENSE_R
pub fn fieldlost_sense(&self) -> FIELDLOST_SENSE_R
Bit 1 - Shortcut between FIELDLOST event and SENSE task
sourcepub fn txframeend_enablerxdata(&self) -> TXFRAMEEND_ENABLERXDATA_R
pub fn txframeend_enablerxdata(&self) -> TXFRAMEEND_ENABLERXDATA_R
Bit 5 - Shortcut between TXFRAMEEND event and ENABLERXDATA task
Methods from Deref<Target = R<SHORTS_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