Struct nrf52840_pac::nfct::sensres::R
source · pub struct R(/* private fields */);
Expand description
Register SENSRES
reader
Implementations§
source§impl R
impl R
sourcepub fn bitframesdd(&self) -> BITFRAMESDD_R
pub fn bitframesdd(&self) -> BITFRAMESDD_R
Bits 0:4 - Bit frame SDD as defined by the b5:b1 of byte 1 in SENS_RES response in the NFC Forum, NFC Digital Protocol Technical Specification
sourcepub fn nfcidsize(&self) -> NFCIDSIZE_R
pub fn nfcidsize(&self) -> NFCIDSIZE_R
Bits 6:7 - NFCID1 size. This value is used by the auto collision resolution engine.
sourcepub fn platfconfig(&self) -> PLATFCONFIG_R
pub fn platfconfig(&self) -> PLATFCONFIG_R
Bits 8:11 - Tag platform configuration as defined by the b4:b1 of byte 2 in SENS_RES response in the NFC Forum, NFC Digital Protocol Technical Specification
Methods from Deref<Target = R<SENSRES_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