nrf5340_net_pac/
ctrlap_ns.rs1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 _reserved0: [u8; 0x0400],
5 #[doc = "0x400..0x488 - Unspecified"]
6 pub mailbox: MAILBOX,
7 _reserved1: [u8; 0x78],
8 #[doc = "0x500..0x508 - Unspecified"]
9 pub eraseprotect: ERASEPROTECT,
10 _reserved2: [u8; 0x38],
11 #[doc = "0x540..0x548 - Unspecified"]
12 pub approtect: APPROTECT,
13 _reserved3: [u8; 0xb8],
14 #[doc = "0x600 - Status bits for CTRL-AP peripheral."]
15 pub status: STATUS,
16}
17#[doc = "Unspecified"]
18pub use mailbox::MAILBOX;
19#[doc = r"Cluster"]
20#[doc = "Unspecified"]
21pub mod mailbox;
22#[doc = "Unspecified"]
23pub use eraseprotect::ERASEPROTECT;
24#[doc = r"Cluster"]
25#[doc = "Unspecified"]
26pub mod eraseprotect;
27#[doc = "Unspecified"]
28pub use approtect::APPROTECT;
29#[doc = r"Cluster"]
30#[doc = "Unspecified"]
31pub mod approtect;
32#[doc = "STATUS (r) register accessor: an alias for `Reg<STATUS_SPEC>`"]
33pub type STATUS = crate::Reg<status::STATUS_SPEC>;
34#[doc = "Status bits for CTRL-AP peripheral."]
35pub mod status;