Type Alias rp2040_pac::pio0::sm::SM_CLKDIV

source ·
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§

struct SM_CLKDIV { /* private fields */ }