Struct nrf52840_pac::nfct::nfcid1_last::R
source · pub struct R(/* private fields */);
Expand description
Register NFCID1_LAST
reader
Implementations§
source§impl R
impl R
sourcepub fn nfcid1_z(&self) -> NFCID1_Z_R
pub fn nfcid1_z(&self) -> NFCID1_Z_R
Bits 0:7 - NFCID1 byte Z (very last byte sent)
sourcepub fn nfcid1_y(&self) -> NFCID1_Y_R
pub fn nfcid1_y(&self) -> NFCID1_Y_R
Bits 8:15 - NFCID1 byte Y
sourcepub fn nfcid1_x(&self) -> NFCID1_X_R
pub fn nfcid1_x(&self) -> NFCID1_X_R
Bits 16:23 - NFCID1 byte X
sourcepub fn nfcid1_w(&self) -> NFCID1_W_R
pub fn nfcid1_w(&self) -> NFCID1_W_R
Bits 24:31 - NFCID1 byte W
Methods from Deref<Target = R<NFCID1_LAST_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