nrf52 0.4.1

DEPRECATED: Use `nrf52832-pac` instead
Documentation
#[doc = "Description cluster[0]: Beginning address in Data RAM of this sequence"]
pub struct PTR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster[0]: Beginning address in Data RAM of this sequence"]
pub mod ptr;
#[doc = "Description cluster[0]: Amount of values (duty cycles) in this sequence"]
pub struct CNT {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster[0]: Amount of values (duty cycles) in this sequence"]
pub mod cnt;
#[doc = "Description cluster[0]: Amount of additional PWM periods between samples loaded into compare register"]
pub struct REFRESH {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster[0]: Amount of additional PWM periods between samples loaded into compare register"]
pub mod refresh;
#[doc = "Description cluster[0]: Time added after the sequence"]
pub struct ENDDELAY {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster[0]: Time added after the sequence"]
pub mod enddelay;