Counting rate is system clock frequency divided by this number.
Fractional division uses simple 1st-order sigma-delta.
You can read
this register and get div::R
. You can reset
, write
, write_with_zero
this register using div::W
. You can also modify
this register. See API.
reset()
method sets DIV to value 0x10
write(|w| ..)
method takes div::W
writer structure
1
and are changed if you pass 0
0
and are changed if you pass 1
read()
method returns div::R
reader structure