Expand description

Cortex M Cache Controller

Modules

Cache Configuration Register
Cache Control Register
Cache Lock per Way Register
Cache Maintenance Register 0
Cache Maintenance Register 1
Cache Monitor Configuration Register
Cache Monitor Control Register
Cache Monitor Enable Register
Cache Monitor Status Register
Cache Status Register
Cache Type Register

Structs

Register block

Type Definitions

CFG register accessor: an alias for Reg<CFG_SPEC>
CTRL register accessor: an alias for Reg<CTRL_SPEC>
LCKWAY register accessor: an alias for Reg<LCKWAY_SPEC>
MAINT0 register accessor: an alias for Reg<MAINT0_SPEC>
MAINT1 register accessor: an alias for Reg<MAINT1_SPEC>
MCFG register accessor: an alias for Reg<MCFG_SPEC>
MCTRL register accessor: an alias for Reg<MCTRL_SPEC>
MEN register accessor: an alias for Reg<MEN_SPEC>
MSR register accessor: an alias for Reg<MSR_SPEC>
SR register accessor: an alias for Reg<SR_SPEC>
TYPE register accessor: an alias for Reg<TYPE_SPEC>