1
 2
 3
 4
 5
 6
 7
 8
 9
10
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - Unused."]
    pub unused: crate::Reg<unused::UNUSED_SPEC>,
}
#[doc = "UNUSED register accessor: an alias for `Reg<UNUSED_SPEC>`"]
pub type UNUSED = crate::Reg<unused::UNUSED_SPEC>;
#[doc = "Unused."]
pub mod unused;