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