k66 0.0.1

Peripheral access API for Kinetis K66 microcontrollers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[doc = r" Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - Channel Configuration register"]
    pub chcfg: [CHCFG; 32],
}
#[doc = "Channel Configuration register"]
pub struct CHCFG {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "Channel Configuration register"]
pub mod chcfg;