1 2 3 4 5 6 7 8 9 10
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
#[doc = "0x00 - XOSC Failure Detection Control and Status Register"]
pub xfdcsr: crate::Reg<xfdcsr::XFDCSR_SPEC>,
}
#[doc = "XFDCSR register accessor: an alias for `Reg<XFDCSR_SPEC>`"]
pub type XFDCSR = crate::Reg<xfdcsr::XFDCSR_SPEC>;
#[doc = "XOSC Failure Detection Control and Status Register"]
pub mod xfdcsr;