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.
For information about available fields see sm_clkdiv
module
struct SM_CLKDIV { /* private fields */ }