nrf52840_pac/mwu/
pregion.rs
1#[doc = r"Register block"]
2#[repr(C)]
3pub struct PREGION {
4 #[doc = "0x00 - Description cluster\\[n\\]: Reserved for future use"]
5 pub start: START,
6 #[doc = "0x04 - Description cluster\\[n\\]: Reserved for future use"]
7 pub end: END,
8 #[doc = "0x08 - Description cluster\\[n\\]: Subregions of region n"]
9 pub subs: SUBS,
10}
11#[doc = "START (r) register accessor: an alias for `Reg<START_SPEC>`"]
12pub type START = crate::Reg<start::START_SPEC>;
13#[doc = "Description cluster\\[n\\]: Reserved for future use"]
14pub mod start;
15#[doc = "END (r) register accessor: an alias for `Reg<END_SPEC>`"]
16pub type END = crate::Reg<end::END_SPEC>;
17#[doc = "Description cluster\\[n\\]: Reserved for future use"]
18pub mod end;
19#[doc = "SUBS (rw) register accessor: an alias for `Reg<SUBS_SPEC>`"]
20pub type SUBS = crate::Reg<subs::SUBS_SPEC>;
21#[doc = "Description cluster\\[n\\]: Subregions of region n"]
22pub mod subs;