nrf52840_pac/
uicr.rs
1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 #[doc = "0x00 - Unspecified"]
5 pub unused0: UNUSED0,
6 #[doc = "0x04 - Unspecified"]
7 pub unused1: UNUSED1,
8 #[doc = "0x08 - Unspecified"]
9 pub unused2: UNUSED2,
10 _reserved3: [u8; 0x04],
11 #[doc = "0x10 - Unspecified"]
12 pub unused3: UNUSED3,
13 #[doc = "0x14..0x50 - Description collection\\[n\\]: Reserved for Nordic firmware design"]
14 pub nrffw: [NRFFW; 15],
15 #[doc = "0x50..0x80 - Description collection\\[n\\]: Reserved for Nordic hardware design"]
16 pub nrfhw: [NRFHW; 12],
17 #[doc = "0x80..0x100 - Description collection\\[n\\]: Reserved for customer"]
18 pub customer: [CUSTOMER; 32],
19 _reserved7: [u8; 0x0100],
20 #[doc = "0x200..0x208 - Description collection\\[n\\]: Mapping of the nRESET function"]
21 pub pselreset: [PSELRESET; 2],
22 #[doc = "0x208 - Access port protection"]
23 pub approtect: APPROTECT,
24 #[doc = "0x20c - Setting of pins dedicated to NFC functionality: NFC antenna or GPIO"]
25 pub nfcpins: NFCPINS,
26 #[doc = "0x210 - Processor debug control"]
27 pub debugctrl: DEBUGCTRL,
28 _reserved11: [u8; 0xf0],
29 #[doc = "0x304 - GPIO reference voltage / external output supply voltage in high voltage mode"]
30 pub regout0: REGOUT0,
31}
32#[doc = "UNUSED0 (rw) register accessor: an alias for `Reg<UNUSED0_SPEC>`"]
33pub type UNUSED0 = crate::Reg<unused0::UNUSED0_SPEC>;
34#[doc = "Unspecified"]
35pub mod unused0;
36#[doc = "UNUSED1 (rw) register accessor: an alias for `Reg<UNUSED1_SPEC>`"]
37pub type UNUSED1 = crate::Reg<unused1::UNUSED1_SPEC>;
38#[doc = "Unspecified"]
39pub mod unused1;
40#[doc = "UNUSED2 (rw) register accessor: an alias for `Reg<UNUSED2_SPEC>`"]
41pub type UNUSED2 = crate::Reg<unused2::UNUSED2_SPEC>;
42#[doc = "Unspecified"]
43pub mod unused2;
44#[doc = "UNUSED3 (rw) register accessor: an alias for `Reg<UNUSED3_SPEC>`"]
45pub type UNUSED3 = crate::Reg<unused3::UNUSED3_SPEC>;
46#[doc = "Unspecified"]
47pub mod unused3;
48#[doc = "NRFFW (rw) register accessor: an alias for `Reg<NRFFW_SPEC>`"]
49pub type NRFFW = crate::Reg<nrffw::NRFFW_SPEC>;
50#[doc = "Description collection\\[n\\]: Reserved for Nordic firmware design"]
51pub mod nrffw;
52#[doc = "NRFHW (rw) register accessor: an alias for `Reg<NRFHW_SPEC>`"]
53pub type NRFHW = crate::Reg<nrfhw::NRFHW_SPEC>;
54#[doc = "Description collection\\[n\\]: Reserved for Nordic hardware design"]
55pub mod nrfhw;
56#[doc = "CUSTOMER (rw) register accessor: an alias for `Reg<CUSTOMER_SPEC>`"]
57pub type CUSTOMER = crate::Reg<customer::CUSTOMER_SPEC>;
58#[doc = "Description collection\\[n\\]: Reserved for customer"]
59pub mod customer;
60#[doc = "PSELRESET (rw) register accessor: an alias for `Reg<PSELRESET_SPEC>`"]
61pub type PSELRESET = crate::Reg<pselreset::PSELRESET_SPEC>;
62#[doc = "Description collection\\[n\\]: Mapping of the nRESET function"]
63pub mod pselreset;
64#[doc = "APPROTECT (rw) register accessor: an alias for `Reg<APPROTECT_SPEC>`"]
65pub type APPROTECT = crate::Reg<approtect::APPROTECT_SPEC>;
66#[doc = "Access port protection"]
67pub mod approtect;
68#[doc = "NFCPINS (rw) register accessor: an alias for `Reg<NFCPINS_SPEC>`"]
69pub type NFCPINS = crate::Reg<nfcpins::NFCPINS_SPEC>;
70#[doc = "Setting of pins dedicated to NFC functionality: NFC antenna or GPIO"]
71pub mod nfcpins;
72#[doc = "DEBUGCTRL (rw) register accessor: an alias for `Reg<DEBUGCTRL_SPEC>`"]
73pub type DEBUGCTRL = crate::Reg<debugctrl::DEBUGCTRL_SPEC>;
74#[doc = "Processor debug control"]
75pub mod debugctrl;
76#[doc = "REGOUT0 (rw) register accessor: an alias for `Reg<REGOUT0_SPEC>`"]
77pub type REGOUT0 = crate::Reg<regout0::REGOUT0_SPEC>;
78#[doc = "GPIO reference voltage / external output supply voltage in high voltage mode"]
79pub mod regout0;