nrf52840_pac/
ficr.rs
1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 _reserved0: [u8; 0x10],
5 #[doc = "0x10 - Code memory page size"]
6 pub codepagesize: CODEPAGESIZE,
7 #[doc = "0x14 - Code memory size"]
8 pub codesize: CODESIZE,
9 _reserved2: [u8; 0x48],
10 #[doc = "0x60..0x68 - Description collection\\[n\\]: Device identifier"]
11 pub deviceid: [DEVICEID; 2],
12 _reserved3: [u8; 0x18],
13 #[doc = "0x80..0x90 - Description collection\\[n\\]: Encryption root, word n"]
14 pub er: [ER; 4],
15 #[doc = "0x90..0xa0 - Description collection\\[n\\]: Identity Root, word n"]
16 pub ir: [IR; 4],
17 #[doc = "0xa0 - Device address type"]
18 pub deviceaddrtype: DEVICEADDRTYPE,
19 #[doc = "0xa4..0xac - Description collection\\[n\\]: Device address n"]
20 pub deviceaddr: [DEVICEADDR; 2],
21 _reserved7: [u8; 0x54],
22 #[doc = "0x100..0x120 - Device info"]
23 pub info: INFO,
24 _reserved8: [u8; 0x0230],
25 #[doc = "0x350..0x35c - Description collection\\[n\\]: Production test signature n"]
26 pub prodtest: [PRODTEST; 3],
27 _reserved9: [u8; 0xa8],
28 #[doc = "0x404..0x448 - Registers storing factory TEMP module linearization coefficients"]
29 pub temp: TEMP,
30 _reserved10: [u8; 0x08],
31 #[doc = "0x450..0x460 - Unspecified"]
32 pub nfc: NFC,
33 _reserved11: [u8; 0x07a0],
34 #[doc = "0xc00..0xc20 - NIST800-90B RNG calibration data"]
35 pub trng90b: TRNG90B,
36}
37#[doc = "CODEPAGESIZE (r) register accessor: an alias for `Reg<CODEPAGESIZE_SPEC>`"]
38pub type CODEPAGESIZE = crate::Reg<codepagesize::CODEPAGESIZE_SPEC>;
39#[doc = "Code memory page size"]
40pub mod codepagesize;
41#[doc = "CODESIZE (r) register accessor: an alias for `Reg<CODESIZE_SPEC>`"]
42pub type CODESIZE = crate::Reg<codesize::CODESIZE_SPEC>;
43#[doc = "Code memory size"]
44pub mod codesize;
45#[doc = "DEVICEID (r) register accessor: an alias for `Reg<DEVICEID_SPEC>`"]
46pub type DEVICEID = crate::Reg<deviceid::DEVICEID_SPEC>;
47#[doc = "Description collection\\[n\\]: Device identifier"]
48pub mod deviceid;
49#[doc = "ER (r) register accessor: an alias for `Reg<ER_SPEC>`"]
50pub type ER = crate::Reg<er::ER_SPEC>;
51#[doc = "Description collection\\[n\\]: Encryption root, word n"]
52pub mod er;
53#[doc = "IR (r) register accessor: an alias for `Reg<IR_SPEC>`"]
54pub type IR = crate::Reg<ir::IR_SPEC>;
55#[doc = "Description collection\\[n\\]: Identity Root, word n"]
56pub mod ir;
57#[doc = "DEVICEADDRTYPE (r) register accessor: an alias for `Reg<DEVICEADDRTYPE_SPEC>`"]
58pub type DEVICEADDRTYPE = crate::Reg<deviceaddrtype::DEVICEADDRTYPE_SPEC>;
59#[doc = "Device address type"]
60pub mod deviceaddrtype;
61#[doc = "DEVICEADDR (r) register accessor: an alias for `Reg<DEVICEADDR_SPEC>`"]
62pub type DEVICEADDR = crate::Reg<deviceaddr::DEVICEADDR_SPEC>;
63#[doc = "Description collection\\[n\\]: Device address n"]
64pub mod deviceaddr;
65#[doc = "Device info"]
66pub use info::INFO;
67#[doc = r"Cluster"]
68#[doc = "Device info"]
69pub mod info;
70#[doc = "PRODTEST (r) register accessor: an alias for `Reg<PRODTEST_SPEC>`"]
71pub type PRODTEST = crate::Reg<prodtest::PRODTEST_SPEC>;
72#[doc = "Description collection\\[n\\]: Production test signature n"]
73pub mod prodtest;
74#[doc = "Registers storing factory TEMP module linearization coefficients"]
75pub use temp::TEMP;
76#[doc = r"Cluster"]
77#[doc = "Registers storing factory TEMP module linearization coefficients"]
78pub mod temp;
79#[doc = "Unspecified"]
80pub use nfc::NFC;
81#[doc = r"Cluster"]
82#[doc = "Unspecified"]
83pub mod nfc;
84#[doc = "NIST800-90B RNG calibration data"]
85pub use trng90b::TRNG90B;
86#[doc = r"Cluster"]
87#[doc = "NIST800-90B RNG calibration data"]
88pub mod trng90b;