at regular intervals rather than back-to-back.
The divider is reset when either of these fields are written.
Total period is 1 + INT + FRAC / 256
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 0
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