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