Struct nrf52840_pac::nfct::sensres::W
source · pub struct W(/* private fields */);
Expand description
Register SENSRES
writer
Implementations§
source§impl W
impl W
sourcepub fn bitframesdd(&mut self) -> BITFRAMESDD_W<'_, 0>
pub fn bitframesdd(&mut self) -> BITFRAMESDD_W<'_, 0>
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(&mut self) -> NFCIDSIZE_W<'_, 6>
pub fn nfcidsize(&mut self) -> NFCIDSIZE_W<'_, 6>
Bits 6:7 - NFCID1 size. This value is used by the auto collision resolution engine.
sourcepub fn platfconfig(&mut self) -> PLATFCONFIG_W<'_, 8>
pub fn platfconfig(&mut self) -> PLATFCONFIG_W<'_, 8>
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 = W<SENSRES_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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