Type Alias rp2040_pac::pio0::sm::sm_clkdiv::INT_W

source ·
pub type INT_W<'a, REG> = FieldWriter<'a, REG, 16, u16>;
Expand description

Field INT writer - Effective frequency is sysclk/(int + frac/256).
Value of 0 is interpreted as 65536. If INT is 0, FRAC must also be 0.

Aliased Type§

struct INT_W<'a, REG> { /* private fields */ }