Constant stm32ral::stm32g0::peripherals::tim2_v2::EGR::UG::RW::B_0x1[][src]

pub const B_0x1: u32 = 0b1;
Expand description

0b1: Re-initialize the counter and generates an update of the registers. Note that the prescaler counter is cleared too (anyway the prescaler ratio is not affected). The counter is cleared if the center-aligned mode is selected or if DIR=0 (upcounting), else it takes the auto-reload value (TIMx_ARR) if DIR=1 (downcounting).