Frequency = clock freq / (CLKDIV_INT + CLKDIV_FRAC / 256)
You can read
this register and get sm_clkdiv::R
. You can reset
, write
, write_with_zero
this register using sm_clkdiv::W
. You can also modify
this register. See API.
reset()
method sets SM_CLKDIV to value 0x0001_0000
write(|w| ..)
method takes sm_clkdiv::W
writer structure
1
and are changed if you pass 0
0
and are changed if you pass 1
read()
method returns sm_clkdiv::R
reader structure