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