1#[doc = r"Register block"]
2#[repr(C)]
3pub struct PERREGION {
4#[doc = "0x00 - Description cluster\\[n\\]: Source of event/interrupt in region n, write access detected while corresponding subregion was enabled for watching"]
5pub substatwa: SUBSTATWA,
6#[doc = "0x04 - Description cluster\\[n\\]: Source of event/interrupt in region n, read access detected while corresponding subregion was enabled for watching"]
7pub substatra: SUBSTATRA,
8}
9#[doc = "SUBSTATWA (rw) register accessor: an alias for `Reg<SUBSTATWA_SPEC>`"]
10pub type SUBSTATWA = crate::Reg<substatwa::SUBSTATWA_SPEC>;
11#[doc = "Description cluster\\[n\\]: Source of event/interrupt in region n, write access detected while corresponding subregion was enabled for watching"]
12pub mod substatwa;
13#[doc = "SUBSTATRA (rw) register accessor: an alias for `Reg<SUBSTATRA_SPEC>`"]
14pub type SUBSTATRA = crate::Reg<substatra::SUBSTATRA_SPEC>;
15#[doc = "Description cluster\\[n\\]: Source of event/interrupt in region n, read access detected while corresponding subregion was enabled for watching"]
16pub mod substatra;