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.
reset()
method sets CTR_HIT to value 0
write(|w| ..)
method takes ctr_hit::W
writer structure
1
and are changed if you pass 0
0
and are changed if you pass 1
read()
method returns ctr_hit::R
reader structure