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: Select between secure and non-secure attribute for the DPPI channels."]
pub struct PERM {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster: Select between secure and non-secure attribute for the DPPI channels."]
pub mod perm;
#[doc = "Description cluster: Prevent further modification of the corresponding PERM register"]
pub struct LOCK {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster: Prevent further modification of the corresponding PERM register"]
pub mod lock;