pub type ARR_W<'a, REG> = FieldWriter<'a, REG, 32, u32, Safe>;
Expand description
Field ARR
writer - High auto-reload value (TIM2) nullLow Auto-reload value ARR is the value to be loaded in the actual auto-reload register. Refer to the for more details about ARR update and behavior. The counter is blocked while the auto-reload value is null.
Aliased Typeยง
struct ARR_W<'a, REG> { /* private fields */ }