Struct nrf52840::ficr::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub codepagesize: CODEPAGESIZE, pub codesize: CODESIZE, pub deviceid: [DEVICEID; 2], pub er: [ER; 4], pub ir: [IR; 4], pub deviceaddrtype: DEVICEADDRTYPE, pub deviceaddr: [DEVICEADDR; 2], pub info: INFO, pub prodtest: [PRODTEST; 3], pub temp: TEMP, pub nfc: NFC, pub trng90b: TRNG90B, // some fields omitted }

Register block

Fields

0x10 - Code memory page size

0x14 - Code memory size

0x60 - Description collection[n]: Device identifier

0x80 - Description collection[n]: Encryption root, word n

0x90 - Description collection[n]: Identity Root, word n

0xa0 - Device address type

0xa4 - Description collection[n]: Device address n

0x100 - Device info

0x350 - Description collection[n]: Production test signature n

0x404 - Registers storing factory TEMP module linearization coefficients

0x450 - Unspecified

0xc00 - NIST800-90B RNG calibration data

Auto Trait Implementations