cc2650 0.1.1

Device support for TI CC2650 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 - RF Core Power Management and Clock Enable"]
    pub pwmclken: PWMCLKEN,
}
#[doc = "RF Core Power Management and Clock Enable"]
pub struct PWMCLKEN {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "RF Core Power Management and Clock Enable"]
pub mod pwmclken;