efm32gg11b310_pac/
wdog0.rs1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 #[doc = "0x00 - Control Register"]
5 pub ctrl: crate::Reg<ctrl::CTRL_SPEC>,
6 #[doc = "0x04 - Command Register"]
7 pub cmd: crate::Reg<cmd::CMD_SPEC>,
8 #[doc = "0x08 - Synchronization Busy Register"]
9 pub syncbusy: crate::Reg<syncbusy::SYNCBUSY_SPEC>,
10 #[doc = "0x0c - PRS Control Register"]
11 pub pch0_prsctrl: crate::Reg<pch0_prsctrl::PCH0_PRSCTRL_SPEC>,
12 #[doc = "0x10 - PRS Control Register"]
13 pub pch1_prsctrl: crate::Reg<pch1_prsctrl::PCH1_PRSCTRL_SPEC>,
14 _reserved5: [u8; 0x08],
15 #[doc = "0x1c - Watchdog Interrupt Flags"]
16 pub if_: crate::Reg<if_::IF_SPEC>,
17 #[doc = "0x20 - Interrupt Flag Set Register"]
18 pub ifs: crate::Reg<ifs::IFS_SPEC>,
19 #[doc = "0x24 - Interrupt Flag Clear Register"]
20 pub ifc: crate::Reg<ifc::IFC_SPEC>,
21 #[doc = "0x28 - Interrupt Enable Register"]
22 pub ien: crate::Reg<ien::IEN_SPEC>,
23}
24#[doc = "CTRL register accessor: an alias for `Reg<CTRL_SPEC>`"]
25pub type CTRL = crate::Reg<ctrl::CTRL_SPEC>;
26#[doc = "Control Register"]
27pub mod ctrl;
28#[doc = "CMD register accessor: an alias for `Reg<CMD_SPEC>`"]
29pub type CMD = crate::Reg<cmd::CMD_SPEC>;
30#[doc = "Command Register"]
31pub mod cmd;
32#[doc = "SYNCBUSY register accessor: an alias for `Reg<SYNCBUSY_SPEC>`"]
33pub type SYNCBUSY = crate::Reg<syncbusy::SYNCBUSY_SPEC>;
34#[doc = "Synchronization Busy Register"]
35pub mod syncbusy;
36#[doc = "PCH0_PRSCTRL register accessor: an alias for `Reg<PCH0_PRSCTRL_SPEC>`"]
37pub type PCH0_PRSCTRL = crate::Reg<pch0_prsctrl::PCH0_PRSCTRL_SPEC>;
38#[doc = "PRS Control Register"]
39pub mod pch0_prsctrl;
40#[doc = "PCH1_PRSCTRL register accessor: an alias for `Reg<PCH1_PRSCTRL_SPEC>`"]
41pub type PCH1_PRSCTRL = crate::Reg<pch1_prsctrl::PCH1_PRSCTRL_SPEC>;
42#[doc = "PRS Control Register"]
43pub mod pch1_prsctrl;
44#[doc = "IF register accessor: an alias for `Reg<IF_SPEC>`"]
45pub type IF = crate::Reg<if_::IF_SPEC>;
46#[doc = "Watchdog Interrupt Flags"]
47pub mod if_;
48#[doc = "IFS register accessor: an alias for `Reg<IFS_SPEC>`"]
49pub type IFS = crate::Reg<ifs::IFS_SPEC>;
50#[doc = "Interrupt Flag Set Register"]
51pub mod ifs;
52#[doc = "IFC register accessor: an alias for `Reg<IFC_SPEC>`"]
53pub type IFC = crate::Reg<ifc::IFC_SPEC>;
54#[doc = "Interrupt Flag Clear Register"]
55pub mod ifc;
56#[doc = "IEN register accessor: an alias for `Reg<IEN_SPEC>`"]
57pub type IEN = crate::Reg<ien::IEN_SPEC>;
58#[doc = "Interrupt Enable Register"]
59pub mod ien;