1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 #[doc = "0x00 - Watchdog timer Load register"]
5 pub load: crate::Reg<load::LOAD_SPEC>,
6 #[doc = "0x04 - Watchdog timer Value register"]
7 pub value: crate::Reg<value::VALUE_SPEC>,
8 #[doc = "0x08 - Watchdog timer Control register"]
9 pub control: crate::Reg<control::CONTROL_SPEC>,
10 #[doc = "0x0c - Watchdog timer Clear Interrupt register"]
11 pub intclr: crate::Reg<intclr::INTCLR_SPEC>,
12 #[doc = "0x10 - Watchdog timer Raw Interrupt Status register"]
13 pub ris: crate::Reg<ris::RIS_SPEC>,
14 #[doc = "0x14 - Watchdog timer Masked Interrupt Status register"]
15 pub mis: crate::Reg<mis::MIS_SPEC>,
16 _reserved6: [u8; 0x0be8],
17 #[doc = "0xc00 - Watchdog timer Lock register"]
18 pub lock: crate::Reg<lock::LOCK_SPEC>,
19}
20#[doc = "LOAD register accessor: an alias for `Reg<LOAD_SPEC>`"]
21pub type LOAD = crate::Reg<load::LOAD_SPEC>;
22#[doc = "Watchdog timer Load register"]
23pub mod load;
24#[doc = "VALUE register accessor: an alias for `Reg<VALUE_SPEC>`"]
25pub type VALUE = crate::Reg<value::VALUE_SPEC>;
26#[doc = "Watchdog timer Value register"]
27pub mod value;
28#[doc = "CONTROL register accessor: an alias for `Reg<CONTROL_SPEC>`"]
29pub type CONTROL = crate::Reg<control::CONTROL_SPEC>;
30#[doc = "Watchdog timer Control register"]
31pub mod control;
32#[doc = "INTCLR register accessor: an alias for `Reg<INTCLR_SPEC>`"]
33pub type INTCLR = crate::Reg<intclr::INTCLR_SPEC>;
34#[doc = "Watchdog timer Clear Interrupt register"]
35pub mod intclr;
36#[doc = "RIS register accessor: an alias for `Reg<RIS_SPEC>`"]
37pub type RIS = crate::Reg<ris::RIS_SPEC>;
38#[doc = "Watchdog timer Raw Interrupt Status register"]
39pub mod ris;
40#[doc = "MIS register accessor: an alias for `Reg<MIS_SPEC>`"]
41pub type MIS = crate::Reg<mis::MIS_SPEC>;
42#[doc = "Watchdog timer Masked Interrupt Status register"]
43pub mod mis;
44#[doc = "LOCK register accessor: an alias for `Reg<LOCK_SPEC>`"]
45pub type LOCK = crate::Reg<lock::LOCK_SPEC>;
46#[doc = "Watchdog timer Lock register"]
47pub mod lock;