nrf52840_pac/mwu/
region.rs1#[doc = r"Register block"]
2#[repr(C)]
3pub struct REGION {
4 #[doc = "0x00 - Description cluster\\[n\\]: Start address for region n"]
5 pub start: START,
6 #[doc = "0x04 - Description cluster\\[n\\]: End address of region n"]
7 pub end: END,
8}
9#[doc = "START (rw) register accessor: an alias for `Reg<START_SPEC>`"]
10pub type START = crate::Reg<start::START_SPEC>;
11#[doc = "Description cluster\\[n\\]: Start address for region n"]
12pub mod start;
13#[doc = "END (rw) register accessor: an alias for `Reg<END_SPEC>`"]
14pub type END = crate::Reg<end::END_SPEC>;
15#[doc = "Description cluster\\[n\\]: End address of region n"]
16pub mod end;