nrf91 0.1.1

Device support crate for nRF9160
Documentation
#[doc = r" Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - Description collection: Trigger n for triggering the corresponding TRIGGERED\\[n\\] event"]
    pub tasks_trigger: [TASKS_TRIGGER; 16],
    _reserved0: [u8; 64usize],
    #[doc = "0x80 - Description collection: Subscribe configuration for task TRIGGER\\[n\\]"]
    pub subscribe_trigger: [SUBSCRIBE_TRIGGER; 16],
    _reserved1: [u8; 64usize],
    #[doc = "0x100 - Description collection: Event number n generated by triggering the corresponding TRIGGER\\[n\\] task"]
    pub events_triggered: [EVENTS_TRIGGERED; 16],
    _reserved2: [u8; 64usize],
    #[doc = "0x180 - Description collection: Publish configuration for event TRIGGERED\\[n\\]"]
    pub publish_triggered: [PUBLISH_TRIGGERED; 16],
    _reserved3: [u8; 320usize],
    #[doc = "0x300 - Enable or disable interrupt"]
    pub inten: INTEN,
    #[doc = "0x304 - Enable interrupt"]
    pub intenset: INTENSET,
    #[doc = "0x308 - Disable interrupt"]
    pub intenclr: INTENCLR,
}
#[doc = "Description collection: Trigger n for triggering the corresponding TRIGGERED\\[n\\] event"]
pub struct TASKS_TRIGGER {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description collection: Trigger n for triggering the corresponding TRIGGERED\\[n\\] event"]
pub mod tasks_trigger;
#[doc = "Description collection: Subscribe configuration for task TRIGGER\\[n\\]"]
pub struct SUBSCRIBE_TRIGGER {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description collection: Subscribe configuration for task TRIGGER\\[n\\]"]
pub mod subscribe_trigger;
#[doc = "Description collection: Event number n generated by triggering the corresponding TRIGGER\\[n\\] task"]
pub struct EVENTS_TRIGGERED {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description collection: Event number n generated by triggering the corresponding TRIGGER\\[n\\] task"]
pub mod events_triggered;
#[doc = "Description collection: Publish configuration for event TRIGGERED\\[n\\]"]
pub struct PUBLISH_TRIGGERED {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description collection: Publish configuration for event TRIGGERED\\[n\\]"]
pub mod publish_triggered;
#[doc = "Enable or disable interrupt"]
pub struct INTEN {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Enable or disable interrupt"]
pub mod inten;
#[doc = "Enable interrupt"]
pub struct INTENSET {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Enable interrupt"]
pub mod intenset;
#[doc = "Disable interrupt"]
pub struct INTENCLR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Disable interrupt"]
pub mod intenclr;