Struct nrf52840_pac::nfct::nfcid1_3rd_last::NFCID1_3RD_LAST_SPEC
source · pub struct NFCID1_3RD_LAST_SPEC;
Expand description
Third last NFCID1 part (10 bytes ID)
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see nfcid1_3rd_last module
Trait Implementations§
source§impl Readable for NFCID1_3RD_LAST_SPEC
impl Readable for NFCID1_3RD_LAST_SPEC
read()
method returns nfcid1_3rd_last::R reader structure
source§impl RegisterSpec for NFCID1_3RD_LAST_SPEC
impl RegisterSpec for NFCID1_3RD_LAST_SPEC
source§impl Resettable for NFCID1_3RD_LAST_SPEC
impl Resettable for NFCID1_3RD_LAST_SPEC
reset()
method sets NFCID1_3RD_LAST to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for NFCID1_3RD_LAST_SPEC
impl Writable for NFCID1_3RD_LAST_SPEC
write(|w| ..)
method takes nfcid1_3rd_last::W writer structure
Auto Trait Implementations§
impl Freeze for NFCID1_3RD_LAST_SPEC
impl RefUnwindSafe for NFCID1_3RD_LAST_SPEC
impl Send for NFCID1_3RD_LAST_SPEC
impl Sync for NFCID1_3RD_LAST_SPEC
impl Unpin for NFCID1_3RD_LAST_SPEC
impl UnwindSafe for NFCID1_3RD_LAST_SPEC
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