1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 #[doc = "0x00 - Write control"]
5 pub wrctrl: WRCTRL,
6 #[doc = "0x04 - Event control"]
7 pub evctrl: EVCTRL,
8 _reserved2: [u8; 0x03],
9 #[doc = "0x08 - Interrupt enable clear"]
10 pub intenclr: INTENCLR,
11 #[doc = "0x09 - Interrupt enable set"]
12 pub intenset: INTENSET,
13 _reserved4: [u8; 0x06],
14 #[doc = "0x10 - Bridge interrupt flag status"]
15 pub intflagahb: INTFLAGAHB,
16 #[doc = "0x14 - Peripheral interrupt flag status - Bridge A"]
17 pub intflaga: INTFLAGA,
18 #[doc = "0x18 - Peripheral interrupt flag status - Bridge B"]
19 pub intflagb: INTFLAGB,
20 #[doc = "0x1c - Peripheral interrupt flag status - Bridge C"]
21 pub intflagc: INTFLAGC,
22 #[doc = "0x20 - Peripheral interrupt flag status - Bridge D"]
23 pub intflagd: INTFLAGD,
24 #[doc = "0x24 - Peripheral interrupt flag status - Bridge E"]
25 pub intflage: INTFLAGE,
26 _reserved10: [u8; 0x0c],
27 #[doc = "0x34 - Peripheral write protection status - Bridge A"]
28 pub statusa: STATUSA,
29 #[doc = "0x38 - Peripheral write protection status - Bridge B"]
30 pub statusb: STATUSB,
31 #[doc = "0x3c - Peripheral write protection status - Bridge C"]
32 pub statusc: STATUSC,
33 #[doc = "0x40 - Peripheral write protection status - Bridge D"]
34 pub statusd: STATUSD,
35 #[doc = "0x44 - Peripheral write protection status - Bridge E"]
36 pub statuse: STATUSE,
37}
38#[doc = "WRCTRL (rw) register accessor: an alias for `Reg<WRCTRL_SPEC>`"]
39pub type WRCTRL = crate::Reg<wrctrl::WRCTRL_SPEC>;
40#[doc = "Write control"]
41pub mod wrctrl;
42#[doc = "EVCTRL (rw) register accessor: an alias for `Reg<EVCTRL_SPEC>`"]
43pub type EVCTRL = crate::Reg<evctrl::EVCTRL_SPEC>;
44#[doc = "Event control"]
45pub mod evctrl;
46#[doc = "INTENCLR (rw) register accessor: an alias for `Reg<INTENCLR_SPEC>`"]
47pub type INTENCLR = crate::Reg<intenclr::INTENCLR_SPEC>;
48#[doc = "Interrupt enable clear"]
49pub mod intenclr;
50#[doc = "INTENSET (rw) register accessor: an alias for `Reg<INTENSET_SPEC>`"]
51pub type INTENSET = crate::Reg<intenset::INTENSET_SPEC>;
52#[doc = "Interrupt enable set"]
53pub mod intenset;
54#[doc = "INTFLAGAHB (rw) register accessor: an alias for `Reg<INTFLAGAHB_SPEC>`"]
55pub type INTFLAGAHB = crate::Reg<intflagahb::INTFLAGAHB_SPEC>;
56#[doc = "Bridge interrupt flag status"]
57pub mod intflagahb;
58#[doc = "INTFLAGA (rw) register accessor: an alias for `Reg<INTFLAGA_SPEC>`"]
59pub type INTFLAGA = crate::Reg<intflaga::INTFLAGA_SPEC>;
60#[doc = "Peripheral interrupt flag status - Bridge A"]
61pub mod intflaga;
62#[doc = "INTFLAGB (rw) register accessor: an alias for `Reg<INTFLAGB_SPEC>`"]
63pub type INTFLAGB = crate::Reg<intflagb::INTFLAGB_SPEC>;
64#[doc = "Peripheral interrupt flag status - Bridge B"]
65pub mod intflagb;
66#[doc = "INTFLAGC (rw) register accessor: an alias for `Reg<INTFLAGC_SPEC>`"]
67pub type INTFLAGC = crate::Reg<intflagc::INTFLAGC_SPEC>;
68#[doc = "Peripheral interrupt flag status - Bridge C"]
69pub mod intflagc;
70#[doc = "INTFLAGD (rw) register accessor: an alias for `Reg<INTFLAGD_SPEC>`"]
71pub type INTFLAGD = crate::Reg<intflagd::INTFLAGD_SPEC>;
72#[doc = "Peripheral interrupt flag status - Bridge D"]
73pub mod intflagd;
74#[doc = "INTFLAGE (rw) register accessor: an alias for `Reg<INTFLAGE_SPEC>`"]
75pub type INTFLAGE = crate::Reg<intflage::INTFLAGE_SPEC>;
76#[doc = "Peripheral interrupt flag status - Bridge E"]
77pub mod intflage;
78#[doc = "STATUSA (r) register accessor: an alias for `Reg<STATUSA_SPEC>`"]
79pub type STATUSA = crate::Reg<statusa::STATUSA_SPEC>;
80#[doc = "Peripheral write protection status - Bridge A"]
81pub mod statusa;
82#[doc = "STATUSB (r) register accessor: an alias for `Reg<STATUSB_SPEC>`"]
83pub type STATUSB = crate::Reg<statusb::STATUSB_SPEC>;
84#[doc = "Peripheral write protection status - Bridge B"]
85pub mod statusb;
86#[doc = "STATUSC (r) register accessor: an alias for `Reg<STATUSC_SPEC>`"]
87pub type STATUSC = crate::Reg<statusc::STATUSC_SPEC>;
88#[doc = "Peripheral write protection status - Bridge C"]
89pub mod statusc;
90#[doc = "STATUSD (r) register accessor: an alias for `Reg<STATUSD_SPEC>`"]
91pub type STATUSD = crate::Reg<statusd::STATUSD_SPEC>;
92#[doc = "Peripheral write protection status - Bridge D"]
93pub mod statusd;
94#[doc = "STATUSE (r) register accessor: an alias for `Reg<STATUSE_SPEC>`"]
95pub type STATUSE = crate::Reg<statuse::STATUSE_SPEC>;
96#[doc = "Peripheral write protection status - Bridge E"]
97pub mod statuse;