Skip to main content

nrf52/mwu/perregion/
mod.rs

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