1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#[doc = r" Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - OSC Control Register"]
    pub cr: CR,
}
#[doc = "OSC Control Register"]
pub struct CR {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "OSC Control Register"]
pub mod cr;