Struct riot_sys::NRF_FICR_Type

source ·
#[repr(C)]
pub struct NRF_FICR_Type {
Show 20 fields pub RESERVED: [u32; 4], pub CODEPAGESIZE: u32, pub CODESIZE: u32, pub RESERVED1: [u32; 18], pub DEVICEID: [u32; 2], pub RESERVED2: [u32; 6], pub ER: [u32; 4], pub IR: [u32; 4], pub DEVICEADDRTYPE: u32, pub DEVICEADDR: [u32; 2], pub RESERVED3: [u32; 21], pub INFO: FICR_INFO_Type, pub RESERVED4: [u32; 143], pub PRODTEST: [u32; 3], pub RESERVED5: [u32; 42], pub TEMP: FICR_TEMP_Type, pub RESERVED6: [u32; 2], pub NFC: FICR_NFC_Type, pub RESERVED7: [u32; 488], pub TRNG90B: FICR_TRNG90B_Type,
}
Expand description

@brief Factory information configuration registers (FICR)

Fields§

§RESERVED: [u32; 4]§CODEPAGESIZE: u32

< (@ 0x00000010) Code memory page size

§CODESIZE: u32

< (@ 0x00000014) Code memory size

§RESERVED1: [u32; 18]§DEVICEID: [u32; 2]

< (@ 0x00000060) Description collection: Device identifier

§RESERVED2: [u32; 6]§ER: [u32; 4]

< (@ 0x00000080) Description collection: Encryption root, word n

§IR: [u32; 4]

< (@ 0x00000090) Description collection: Identity Root, word n

§DEVICEADDRTYPE: u32

< (@ 0x000000A0) Device address type

§DEVICEADDR: [u32; 2]

< (@ 0x000000A4) Description collection: Device address n

§RESERVED3: [u32; 21]§INFO: FICR_INFO_Type

< (@ 0x00000100) Device info

§RESERVED4: [u32; 143]§PRODTEST: [u32; 3]

< (@ 0x00000350) Description collection: Production test signature n

§RESERVED5: [u32; 42]§TEMP: FICR_TEMP_Type

< (@ 0x00000404) Registers storing factory TEMP module linearization coefficients

§RESERVED6: [u32; 2]§NFC: FICR_NFC_Type

< (@ 0x00000450) Unspecified

§RESERVED7: [u32; 488]§TRNG90B: FICR_TRNG90B_Type

< (@ 0x00000C00) NIST800-90B RNG calibration data

Trait Implementations§

source§

impl Clone for NRF_FICR_Type

source§

fn clone(&self) -> NRF_FICR_Type

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for NRF_FICR_Type

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for NRF_FICR_Type

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Copy for NRF_FICR_Type

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.