nrf91 0.1.1

Device support crate for nRF9160
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[doc = "Description cluster: Enable channel group n"]
pub struct EN {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster: Enable channel group n"]
pub mod en;
#[doc = "Description cluster: Disable channel group n"]
pub struct DIS {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster: Disable channel group n"]
pub mod dis;