pub type POWER_DOWN_R = BitReader;
Expand description

Field POWER_DOWN reader - When 1, the cache memories are powered down. They retain state,
but can not be accessed. This reduces static power dissipation.
Writing 1 to this bit forces CTRL_EN to 0, i.e. the cache cannot
be enabled when powered down.
Cache-as-SRAM accesses will produce a bus error response when
the cache is powered down.

Aliased Type§

struct POWER_DOWN_R { /* private fields */ }