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