1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 #[doc = "0x00 - IWDT Refresh Register"]
5 pub iwdtrr: IWDTRR,
6 _reserved1: [u8; 0x03],
7 #[doc = "0x04 - IWDT Status Register"]
8 pub iwdtsr: IWDTSR,
9}
10#[doc = "IWDTRR (rw) register accessor: an alias for `Reg<IWDTRR_SPEC>`"]
11pub type IWDTRR = crate::Reg<iwdtrr::IWDTRR_SPEC>;
12#[doc = "IWDT Refresh Register"]
13pub mod iwdtrr;
14#[doc = "IWDTSR (rw) register accessor: an alias for `Reg<IWDTSR_SPEC>`"]
15pub type IWDTSR = crate::Reg<iwdtsr::IWDTSR_SPEC>;
16#[doc = "IWDT Status Register"]
17pub mod iwdtsr;