nrf52840 0.2.0

Peripheral access API for nrf52840 microcontrollers
1
2
3
4
5
6
7
8
9
10
11
12
#[doc = "Description cluster[n]: Source of event/interrupt in region n, write access detected while corresponding subregion was enabled for watching"]
pub struct SUBSTATWA {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster[n]: Source of event/interrupt in region n, write access detected while corresponding subregion was enabled for watching"]
pub mod substatwa;
#[doc = "Description cluster[n]: Source of event/interrupt in region n, read access detected while corresponding subregion was enabled for watching"]
pub struct SUBSTATRA {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster[n]: Source of event/interrupt in region n, read access detected while corresponding subregion was enabled for watching"]
pub mod substatra;