Type Alias rp2040_pac::xip_ctrl::ctrl::EN_R

source ·
pub type EN_R = BitReader;
Expand description

Field EN reader - When 1, enable the cache. When the cache is disabled, all XIP accesses
will go straight to the flash, without querying the cache. When enabled,
cacheable XIP accesses will query the cache, and the flash will
not be accessed if the tag matches and the valid bit is set.

If the cache is enabled, cache-as-SRAM accesses have no effect on the
cache data RAM, and will produce a bus error response.

Aliased Type§

struct EN_R { /* private fields */ }