pub type FRAC_W<'a, REG> = FieldWriter<'a, REG, 8>;
Expand description

Field FRAC writer - Fractional component of the divisor

Aliased Type§

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