Type Definition stm32g0::stm32g0c1::tim2::sr::UIF_R

source · []
pub type UIF_R = BitReader<UIF_A>;
Expand description

Field UIF reader - Update interrupt flag This bit is set by hardware on an update event. It is cleared by software. At overflow or underflow and if UDIS=0 in the TIMx_CR1 register. When CNT is reinitialized by software using the UG bit in TIMx_EGR register, if URS=0 and UDIS=0 in the TIMx_CR1 register. When CNT is reinitialized by a trigger event (refer to the synchro control register description), if URS=0 and UDIS=0 in the TIMx_CR1 register.

Implementations

Get enumerated values variant

Checks if the value of the field is Clear

Checks if the value of the field is UpdatePending