Type Alias rp2040_pac::pwm::ch::DIV

source ·
pub type DIV = Reg<DIV_SPEC>;
Expand description

DIV (rw) register accessor: INT and FRAC form a fixed-point fractional number.
Counting rate is system clock frequency divided by this number.
Fractional division uses simple 1st-order sigma-delta.

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.

For information about available fields see div module

Aliased Type§

struct DIV { /* private fields */ }