nrf52840 0.2.0

Peripheral access API for nrf52840 microcontrollers
1
2
3
4
5
6
7
8
9
10
11
12
#[doc = "Description cluster[n]: Channel n event end-point"]
pub struct EEP {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster[n]: Channel n event end-point"]
pub mod eep;
#[doc = "Description cluster[n]: Channel n task end-point"]
pub struct TEP {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster[n]: Channel n task end-point"]
pub mod tep;