#[repr(C)]pub struct FICR_NFC_Type {
pub TAGHEADER0: u32,
pub TAGHEADER1: u32,
pub TAGHEADER2: u32,
pub TAGHEADER3: u32,
}
Expand description
@brief FICR_NFC [NFC] (Unspecified)
Fields§
§TAGHEADER0: u32
< (@ 0x00000000) Default header for NFC tag. Software can read these values to populate NFCID1_3RD_LAST, NFCID1_2ND_LAST, and NFCID1_LAST.
TAGHEADER1: u32
< (@ 0x00000004) Default header for NFC tag. Software can read these values to populate NFCID1_3RD_LAST, NFCID1_2ND_LAST, and NFCID1_LAST.
TAGHEADER2: u32
< (@ 0x00000008) Default header for NFC tag. Software can read these values to populate NFCID1_3RD_LAST, NFCID1_2ND_LAST, and NFCID1_LAST.
TAGHEADER3: u32
< (@ 0x0000000C) Default header for NFC tag. Software can read these values to populate NFCID1_3RD_LAST, NFCID1_2ND_LAST, and NFCID1_LAST.
Trait Implementations§
Source§impl Clone for FICR_NFC_Type
impl Clone for FICR_NFC_Type
Source§fn clone(&self) -> FICR_NFC_Type
fn clone(&self) -> FICR_NFC_Type
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for FICR_NFC_Type
impl Debug for FICR_NFC_Type
Source§impl Default for FICR_NFC_Type
impl Default for FICR_NFC_Type
Source§fn default() -> FICR_NFC_Type
fn default() -> FICR_NFC_Type
impl Copy for FICR_NFC_Type
Auto Trait Implementations§
impl Freeze for FICR_NFC_Type
impl RefUnwindSafe for FICR_NFC_Type
impl Send for FICR_NFC_Type
impl Sync for FICR_NFC_Type
impl Unpin for FICR_NFC_Type
impl UnwindSafe for FICR_NFC_Type
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes