Type Definition stm32g0::stm32g0c1::tim1::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 regarding the repetition counter value (update if repetition counter = 0) and if the 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 control register (TIM1_SMCRTIMx_SMCR)N/A), 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