1#[doc = r"Register block"]
2#[repr(C)]
3pub struct EVENTS_PREGION {
4#[doc = "0x00 - Description cluster\\[n\\]: Write access to peripheral region n detected"]
5pub wa: WA,
6#[doc = "0x04 - Description cluster\\[n\\]: Read access to peripheral region n detected"]
7pub ra: RA,
8}
9#[doc = "WA (rw) register accessor: an alias for `Reg<WA_SPEC>`"]
10pub type WA = crate::Reg<wa::WA_SPEC>;
11#[doc = "Description cluster\\[n\\]: Write access to peripheral region n detected"]
12pub mod wa;
13#[doc = "RA (rw) register accessor: an alias for `Reg<RA_SPEC>`"]
14pub type RA = crate::Reg<ra::RA_SPEC>;
15#[doc = "Description cluster\\[n\\]: Read access to peripheral region n detected"]
16pub mod ra;