1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    _reserved0: [u8; 12usize],
    #[doc = "0x0c - Watchdog Timer Control Register"]
    pub wdtctl: crate::Reg<wdtctl::WDTCTL_SPEC>,
}
#[doc = "WDTCTL register accessor: an alias for `Reg<WDTCTL_SPEC>`"]
pub type WDTCTL = crate::Reg<wdtctl::WDTCTL_SPEC>;
#[doc = "Watchdog Timer Control Register"]
pub mod wdtctl;