Expand description

Cache

Re-exports

pub use profiling::PROFILING;

Modules

Lock debug mode.
Enable cache.
Erase the cache.
Cache erase status.
Invalidate the cache.
Cache mode. Switching from Cache to Ram mode causes the RAM to be cleared. Switching from RAM to Cache mode causes the cache to be invalidated.
Cluster Unspecified
Clear the profiling counters.
Enable the profiling counters.
Lock cache updates. Prevents updating of cache content on cache misses, but will continue to lookup instruction/data fetches in content already present in the cache. Ignored in RAM mode.

Structs

Register block

Type Definitions

DEBUGLOCK (rw) register accessor: an alias for Reg<DEBUGLOCK_SPEC>
ENABLE (rw) register accessor: an alias for Reg<ENABLE_SPEC>
ERASE (w) register accessor: an alias for Reg<ERASE_SPEC>
ERASESTATUS (rw) register accessor: an alias for Reg<ERASESTATUS_SPEC>
INVALIDATE (w) register accessor: an alias for Reg<INVALIDATE_SPEC>
MODE (rw) register accessor: an alias for Reg<MODE_SPEC>
PROFILINGCLEAR (w) register accessor: an alias for Reg<PROFILINGCLEAR_SPEC>
PROFILINGENABLE (rw) register accessor: an alias for Reg<PROFILINGENABLE_SPEC>
WRITELOCK (rw) register accessor: an alias for Reg<WRITELOCK_SPEC>