Module atsam4e8c_pac::cmcc

source ·
Expand description

Cortex M Cache Controller

Modules

  • Cache Configuration Register
  • Cache Control 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

Type Definitions

  • CFG (rw) register accessor: an alias for Reg<CFG_SPEC>
  • CTRL (w) register accessor: an alias for Reg<CTRL_SPEC>
  • MAINT0 (w) register accessor: an alias for Reg<MAINT0_SPEC>
  • MAINT1 (w) register accessor: an alias for Reg<MAINT1_SPEC>
  • MCFG (rw) register accessor: an alias for Reg<MCFG_SPEC>
  • MCTRL (w) register accessor: an alias for Reg<MCTRL_SPEC>
  • MEN (rw) register accessor: an alias for Reg<MEN_SPEC>
  • MSR (r) register accessor: an alias for Reg<MSR_SPEC>
  • SR (r) register accessor: an alias for Reg<SR_SPEC>
  • TYPE (r) register accessor: an alias for Reg<TYPE_SPEC>