1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#[doc = "Description cluster\\[0\\]: Write access to region 0 detected"]
pub struct WA {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster\\[0\\]: Write access to region 0 detected"]
pub mod wa;
#[doc = "Description cluster\\[0\\]: Read access to region 0 detected"]
pub struct RA {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster\\[0\\]: Read access to region 0 detected"]
pub mod ra;