nrf91 0.1.1

Device support crate for nRF9160
Documentation
#[doc = "Description collection: Device identifier"]
pub struct DEVICEID {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description collection: Device identifier"]
pub mod deviceid;
#[doc = "Part code"]
pub struct PART {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Part code"]
pub mod part;
#[doc = "Part Variant, Hardware version and Production configuration"]
pub struct VARIANT {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Part Variant, Hardware version and Production configuration"]
pub mod variant;
#[doc = "Package option"]
pub struct PACKAGE {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Package option"]
pub mod package;
#[doc = "RAM variant"]
pub struct RAM {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "RAM variant"]
pub mod ram;
#[doc = "Flash variant"]
pub struct FLASH {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Flash variant"]
pub mod flash;
#[doc = "Code memory page size"]
pub struct CODEPAGESIZE {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Code memory page size"]
pub mod codepagesize;
#[doc = "Code memory size"]
pub struct CODESIZE {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Code memory size"]
pub mod codesize;
#[doc = "Device type"]
pub struct DEVICETYPE {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Device type"]
pub mod devicetype;