mkl25z4 0.0.1

Peripheral access API for NXP KL25Z microcontrollers
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;