pub type SM_CLKDIV = Reg<SM_CLKDIV_SPEC>;Expand description
SM_CLKDIV (rw) register accessor: Clock divisor register for state machine 0
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
Aliased Typeยง
pub struct SM_CLKDIV { /* private fields */ }