nrf52811_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}
18#[doc = "NRFFW (rw) register accessor: an alias for `Reg<NRFFW_SPEC>`"]
19pub type NRFFW = crate::Reg<nrffw::NRFFW_SPEC>;
20#[doc = "Description collection: Reserved for Nordic firmware design"]
21pub mod nrffw;
22#[doc = "NRFHW (rw) register accessor: an alias for `Reg<NRFHW_SPEC>`"]
23pub type NRFHW = crate::Reg<nrfhw::NRFHW_SPEC>;
24#[doc = "Description collection: Reserved for Nordic hardware design"]
25pub mod nrfhw;
26#[doc = "CUSTOMER (rw) register accessor: an alias for `Reg<CUSTOMER_SPEC>`"]
27pub type CUSTOMER = crate::Reg<customer::CUSTOMER_SPEC>;
28#[doc = "Description collection: Reserved for customer"]
29pub mod customer;
30#[doc = "PSELRESET (rw) register accessor: an alias for `Reg<PSELRESET_SPEC>`"]
31pub type PSELRESET = crate::Reg<pselreset::PSELRESET_SPEC>;
32#[doc = "Description collection: Mapping of the nRESET function (see POWER chapter for details)"]
33pub mod pselreset;
34#[doc = "APPROTECT (rw) register accessor: an alias for `Reg<APPROTECT_SPEC>`"]
35pub type APPROTECT = crate::Reg<approtect::APPROTECT_SPEC>;
36#[doc = "Access port protection"]
37pub mod approtect;