Type Alias rp2040_pac::xip_ctrl::CTR_HIT

source ·
pub type CTR_HIT = Reg<CTR_HIT_SPEC>;
Expand description

CTR_HIT (rw) register accessor: Cache Hit counter
A 32 bit saturating counter that increments upon each cache hit,
i.e. when an XIP access is serviced directly from cached data.
Write any value to clear.

You can read this register and get ctr_hit::R. You can reset, write, write_with_zero this register using ctr_hit::W. You can also modify this register. See API.

For information about available fields see ctr_hit module

Aliased Type§

struct CTR_HIT { /* private fields */ }