Struct nrf52840_pac::ficr::NFC

source ·
#[repr(C)]
pub struct NFC { pub tagheader0: TAGHEADER0, pub tagheader1: TAGHEADER1, pub tagheader2: TAGHEADER2, pub tagheader3: TAGHEADER3, }
Expand description

Register block

Fields

tagheader0: TAGHEADER0

0x00 - Default header for NFC tag. Software can read these values to populate NFCID1_3RD_LAST, NFCID1_2ND_LAST and NFCID1_LAST.

tagheader1: TAGHEADER1

0x04 - Default header for NFC tag. Software can read these values to populate NFCID1_3RD_LAST, NFCID1_2ND_LAST and NFCID1_LAST.

tagheader2: TAGHEADER2

0x08 - Default header for NFC tag. Software can read these values to populate NFCID1_3RD_LAST, NFCID1_2ND_LAST and NFCID1_LAST.

tagheader3: TAGHEADER3

0x0c - Default header for NFC tag. Software can read these values to populate NFCID1_3RD_LAST, NFCID1_2ND_LAST and NFCID1_LAST.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.