nrf52833_pac/
uicr.rs

1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4    _reserved0: [u8; 0x14],
5    #[doc = "0x14..0x48 - Description collection: Reserved for Nordic firmware design"]
6    pub nrffw: [NRFFW; 13],
7    _reserved1: [u8; 0x08],
8    #[doc = "0x50..0x80 - Description collection: Reserved for Nordic hardware design"]
9    pub nrfhw: [NRFHW; 12],
10    #[doc = "0x80..0x100 - Description collection: Reserved for customer"]
11    pub customer: [CUSTOMER; 32],
12    _reserved3: [u8; 0x0100],
13    #[doc = "0x200..0x208 - Description collection: Mapping of the nRESET function (see POWER chapter for details)"]
14    pub pselreset: [PSELRESET; 2],
15    #[doc = "0x208 - Access port protection"]
16    pub approtect: APPROTECT,
17    #[doc = "0x20c - Setting of pins dedicated to NFC functionality: NFC antenna or GPIO"]
18    pub nfcpins: NFCPINS,
19    #[doc = "0x210 - Processor debug control"]
20    pub debugctrl: DEBUGCTRL,
21    _reserved7: [u8; 0xf0],
22    #[doc = "0x304 - Output voltage from REG0 regulator stage. The maximum output voltage from this stage is given as VDDH - VREG0DROP."]
23    pub regout0: REGOUT0,
24}
25#[doc = "NRFFW (rw) register accessor: an alias for `Reg<NRFFW_SPEC>`"]
26pub type NRFFW = crate::Reg<nrffw::NRFFW_SPEC>;
27#[doc = "Description collection: Reserved for Nordic firmware design"]
28pub mod nrffw;
29#[doc = "NRFHW (rw) register accessor: an alias for `Reg<NRFHW_SPEC>`"]
30pub type NRFHW = crate::Reg<nrfhw::NRFHW_SPEC>;
31#[doc = "Description collection: Reserved for Nordic hardware design"]
32pub mod nrfhw;
33#[doc = "CUSTOMER (rw) register accessor: an alias for `Reg<CUSTOMER_SPEC>`"]
34pub type CUSTOMER = crate::Reg<customer::CUSTOMER_SPEC>;
35#[doc = "Description collection: Reserved for customer"]
36pub mod customer;
37#[doc = "PSELRESET (rw) register accessor: an alias for `Reg<PSELRESET_SPEC>`"]
38pub type PSELRESET = crate::Reg<pselreset::PSELRESET_SPEC>;
39#[doc = "Description collection: Mapping of the nRESET function (see POWER chapter for details)"]
40pub mod pselreset;
41#[doc = "APPROTECT (rw) register accessor: an alias for `Reg<APPROTECT_SPEC>`"]
42pub type APPROTECT = crate::Reg<approtect::APPROTECT_SPEC>;
43#[doc = "Access port protection"]
44pub mod approtect;
45#[doc = "NFCPINS (rw) register accessor: an alias for `Reg<NFCPINS_SPEC>`"]
46pub type NFCPINS = crate::Reg<nfcpins::NFCPINS_SPEC>;
47#[doc = "Setting of pins dedicated to NFC functionality: NFC antenna or GPIO"]
48pub mod nfcpins;
49#[doc = "DEBUGCTRL (rw) register accessor: an alias for `Reg<DEBUGCTRL_SPEC>`"]
50pub type DEBUGCTRL = crate::Reg<debugctrl::DEBUGCTRL_SPEC>;
51#[doc = "Processor debug control"]
52pub mod debugctrl;
53#[doc = "REGOUT0 (rw) register accessor: an alias for `Reg<REGOUT0_SPEC>`"]
54pub type REGOUT0 = crate::Reg<regout0::REGOUT0_SPEC>;
55#[doc = "Output voltage from REG0 regulator stage. The maximum output voltage from this stage is given as VDDH - VREG0DROP."]
56pub mod regout0;