#[doc = r"Register block"] #[repr(C)] pub struct RegisterBlock { #[doc = "0x00 - Cache Type Register"] pub type_: TYPE, #[doc = "0x04 - Cache Configuration Register"] pub cfg: CFG, #[doc = "0x08 - Cache Control Register"] pub ctrl: CTRL, #[doc = "0x0c - Cache Status Register"] pub sr: SR, _reserved4: [u8; 0x10], #[doc = "0x20 - Cache Maintenance Register 0"] pub maint0: MAINT0, #[doc = "0x24 - Cache Maintenance Register 1"] pub maint1: MAINT1, #[doc = "0x28 - Cache Monitor Configuration Register"] pub mcfg: MCFG, #[doc = "0x2c - Cache Monitor Enable Register"] pub men: MEN, #[doc = "0x30 - Cache Monitor Control Register"] pub mctrl: MCTRL, #[doc = "0x34 - Cache Monitor Status Register"] pub msr: MSR, } #[doc = "TYPE (r) register accessor: an alias for `Reg`"] pub type TYPE = crate::Reg; #[doc = "Cache Type Register"] pub mod type_; #[doc = "CFG (rw) register accessor: an alias for `Reg`"] pub type CFG = crate::Reg; #[doc = "Cache Configuration Register"] pub mod cfg; #[doc = "CTRL (w) register accessor: an alias for `Reg`"] pub type CTRL = crate::Reg; #[doc = "Cache Control Register"] pub mod ctrl; #[doc = "SR (r) register accessor: an alias for `Reg`"] pub type SR = crate::Reg; #[doc = "Cache Status Register"] pub mod sr; #[doc = "MAINT0 (w) register accessor: an alias for `Reg`"] pub type MAINT0 = crate::Reg; #[doc = "Cache Maintenance Register 0"] pub mod maint0; #[doc = "MAINT1 (w) register accessor: an alias for `Reg`"] pub type MAINT1 = crate::Reg; #[doc = "Cache Maintenance Register 1"] pub mod maint1; #[doc = "MCFG (rw) register accessor: an alias for `Reg`"] pub type MCFG = crate::Reg; #[doc = "Cache Monitor Configuration Register"] pub mod mcfg; #[doc = "MEN (rw) register accessor: an alias for `Reg`"] pub type MEN = crate::Reg; #[doc = "Cache Monitor Enable Register"] pub mod men; #[doc = "MCTRL (w) register accessor: an alias for `Reg`"] pub type MCTRL = crate::Reg; #[doc = "Cache Monitor Control Register"] pub mod mctrl; #[doc = "MSR (r) register accessor: an alias for `Reg`"] pub type MSR = crate::Reg; #[doc = "Cache Monitor Status Register"] pub mod msr;