nrf52840_pac/
mwu.rs
1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 _reserved0: [u8; 0x0100],
5 #[doc = "0x100..0x120 - Unspecified"]
6 pub events_region: [EVENTS_REGION; 4],
7 _reserved1: [u8; 0x40],
8 #[doc = "0x160..0x170 - Unspecified"]
9 pub events_pregion: [EVENTS_PREGION; 2],
10 _reserved2: [u8; 0x0190],
11 #[doc = "0x300 - Enable or disable interrupt"]
12 pub inten: INTEN,
13 #[doc = "0x304 - Enable interrupt"]
14 pub intenset: INTENSET,
15 #[doc = "0x308 - Disable interrupt"]
16 pub intenclr: INTENCLR,
17 _reserved5: [u8; 0x14],
18 #[doc = "0x320 - Enable or disable non-maskable interrupt"]
19 pub nmien: NMIEN,
20 #[doc = "0x324 - Enable non-maskable interrupt"]
21 pub nmienset: NMIENSET,
22 #[doc = "0x328 - Disable non-maskable interrupt"]
23 pub nmienclr: NMIENCLR,
24 _reserved8: [u8; 0xd4],
25 #[doc = "0x400..0x410 - Unspecified"]
26 pub perregion: [PERREGION; 2],
27 _reserved9: [u8; 0x0100],
28 #[doc = "0x510 - Enable/disable regions watch"]
29 pub regionen: REGIONEN,
30 #[doc = "0x514 - Enable regions watch"]
31 pub regionenset: REGIONENSET,
32 #[doc = "0x518 - Disable regions watch"]
33 pub regionenclr: REGIONENCLR,
34 _reserved12: [u8; 0xe4],
35 #[doc = "0x600..0x608 - Unspecified"]
36 pub region0: REGION,
37 _reserved13: [u8; 0x08],
38 #[doc = "0x610..0x618 - Unspecified"]
39 pub region1: REGION,
40 _reserved14: [u8; 0x08],
41 #[doc = "0x620..0x628 - Unspecified"]
42 pub region2: REGION,
43 _reserved15: [u8; 0x08],
44 #[doc = "0x630..0x638 - Unspecified"]
45 pub region3: REGION,
46 _reserved16: [u8; 0x88],
47 #[doc = "0x6c0..0x6cc - Unspecified"]
48 pub pregion0: PREGION,
49 _reserved17: [u8; 0x04],
50 #[doc = "0x6d0..0x6dc - Unspecified"]
51 pub pregion1: PREGION,
52}
53#[doc = "Unspecified"]
54pub use events_region::EVENTS_REGION;
55#[doc = r"Cluster"]
56#[doc = "Unspecified"]
57pub mod events_region;
58#[doc = "Unspecified"]
59pub use events_pregion::EVENTS_PREGION;
60#[doc = r"Cluster"]
61#[doc = "Unspecified"]
62pub mod events_pregion;
63#[doc = "INTEN (rw) register accessor: an alias for `Reg<INTEN_SPEC>`"]
64pub type INTEN = crate::Reg<inten::INTEN_SPEC>;
65#[doc = "Enable or disable interrupt"]
66pub mod inten;
67#[doc = "INTENSET (rw) register accessor: an alias for `Reg<INTENSET_SPEC>`"]
68pub type INTENSET = crate::Reg<intenset::INTENSET_SPEC>;
69#[doc = "Enable interrupt"]
70pub mod intenset;
71#[doc = "INTENCLR (rw) register accessor: an alias for `Reg<INTENCLR_SPEC>`"]
72pub type INTENCLR = crate::Reg<intenclr::INTENCLR_SPEC>;
73#[doc = "Disable interrupt"]
74pub mod intenclr;
75#[doc = "NMIEN (rw) register accessor: an alias for `Reg<NMIEN_SPEC>`"]
76pub type NMIEN = crate::Reg<nmien::NMIEN_SPEC>;
77#[doc = "Enable or disable non-maskable interrupt"]
78pub mod nmien;
79#[doc = "NMIENSET (rw) register accessor: an alias for `Reg<NMIENSET_SPEC>`"]
80pub type NMIENSET = crate::Reg<nmienset::NMIENSET_SPEC>;
81#[doc = "Enable non-maskable interrupt"]
82pub mod nmienset;
83#[doc = "NMIENCLR (rw) register accessor: an alias for `Reg<NMIENCLR_SPEC>`"]
84pub type NMIENCLR = crate::Reg<nmienclr::NMIENCLR_SPEC>;
85#[doc = "Disable non-maskable interrupt"]
86pub mod nmienclr;
87#[doc = "Unspecified"]
88pub use perregion::PERREGION;
89#[doc = r"Cluster"]
90#[doc = "Unspecified"]
91pub mod perregion;
92#[doc = "REGIONEN (rw) register accessor: an alias for `Reg<REGIONEN_SPEC>`"]
93pub type REGIONEN = crate::Reg<regionen::REGIONEN_SPEC>;
94#[doc = "Enable/disable regions watch"]
95pub mod regionen;
96#[doc = "REGIONENSET (rw) register accessor: an alias for `Reg<REGIONENSET_SPEC>`"]
97pub type REGIONENSET = crate::Reg<regionenset::REGIONENSET_SPEC>;
98#[doc = "Enable regions watch"]
99pub mod regionenset;
100#[doc = "REGIONENCLR (rw) register accessor: an alias for `Reg<REGIONENCLR_SPEC>`"]
101pub type REGIONENCLR = crate::Reg<regionenclr::REGIONENCLR_SPEC>;
102#[doc = "Disable regions watch"]
103pub mod regionenclr;
104#[doc = "Unspecified"]
105pub use region::REGION;
106#[doc = r"Cluster"]
107#[doc = "Unspecified"]
108pub mod region;
109#[doc = "Unspecified"]
110pub use pregion::PREGION;
111#[doc = r"Cluster"]
112#[doc = "Unspecified"]
113pub mod pregion;