Struct nrf52840_pac::nfct::nfcid1_3rd_last::R
source · pub struct R(/* private fields */);
Expand description
Register NFCID1_3RD_LAST
reader
Implementations§
source§impl R
impl R
sourcepub fn nfcid1_s(&self) -> NFCID1_S_R
pub fn nfcid1_s(&self) -> NFCID1_S_R
Bits 0:7 - NFCID1 byte S
sourcepub fn nfcid1_r(&self) -> NFCID1_R_R
pub fn nfcid1_r(&self) -> NFCID1_R_R
Bits 8:15 - NFCID1 byte R
sourcepub fn nfcid1_q(&self) -> NFCID1_Q_R
pub fn nfcid1_q(&self) -> NFCID1_Q_R
Bits 16:23 - NFCID1 byte Q
Methods from Deref<Target = R<NFCID1_3RD_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