Type Alias rp2040_pac::xip_ctrl::flush::FLUSH_W

source ·
pub type FLUSH_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field FLUSH writer - Write 1 to flush the cache. This clears the tag memory, but
the data memory retains its contents. (This means cache-as-SRAM
contents is not affected by flush or reset.)
Reading will hold the bus (stall the processor) until the flush
completes. Alternatively STAT can be polled until completion.

Aliased Type§

struct FLUSH_W<'a, REG> { /* private fields */ }