1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 #[doc = "0x00 - Control Register"]
5 pub wdt_cr: crate::Reg<wdt_cr::WDT_CR_SPEC>,
6 #[doc = "0x04 - Mode Register"]
7 pub wdt_mr: crate::Reg<wdt_mr::WDT_MR_SPEC>,
8 #[doc = "0x08 - Status Register"]
9 pub wdt_sr: crate::Reg<wdt_sr::WDT_SR_SPEC>,
10}
11#[doc = "WDT_CR register accessor: an alias for `Reg<WDT_CR_SPEC>`"]
12pub type WDT_CR = crate::Reg<wdt_cr::WDT_CR_SPEC>;
13#[doc = "Control Register"]
14pub mod wdt_cr;
15#[doc = "WDT_MR register accessor: an alias for `Reg<WDT_MR_SPEC>`"]
16pub type WDT_MR = crate::Reg<wdt_mr::WDT_MR_SPEC>;
17#[doc = "Mode Register"]
18pub mod wdt_mr;
19#[doc = "WDT_SR register accessor: an alias for `Reg<WDT_SR_SPEC>`"]
20pub type WDT_SR = crate::Reg<wdt_sr::WDT_SR_SPEC>;
21#[doc = "Status Register"]
22pub mod wdt_sr;