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: Define which flash region can contain the non-secure callable (NSC) region n"]
pub struct REGION {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster: Define which flash region can contain the non-secure callable (NSC) region n"]
pub mod region;
#[doc = "Description cluster: Define the size of the non-secure callable (NSC) region n"]
pub struct SIZE {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster: Define the size of the non-secure callable (NSC) region n"]
pub mod size;