A 32 bit saturating counter that increments upon each XIP access,
whether the cache is hit or not. This includes noncacheable accesses.
Write any value to clear.
You can read
this register and get ctr_acc::R
. You can reset
, write
, write_with_zero
this register using ctr_acc::W
. You can also modify
this register. See API.
reset()
method sets CTR_ACC to value 0
write(|w| ..)
method takes ctr_acc::W
writer structure
1
and are changed if you pass 0
0
and are changed if you pass 1
read()
method returns ctr_acc::R
reader structure