Searched refs:TIM_SR_UIF (Results 1 – 3 of 3) sorted by relevance
467 regmap_write(priv->regmap, TIM_SR, (u32)~TIM_SR_UIF); in stm32_count_events_configure()634 if (sr & TIM_SR_UIF) { in stm32_timer_cnt_isr()641 clr &= ~TIM_SR_UIF; in stm32_timer_cnt_isr()
61 #define TIM_SR_UIF BIT(0) /* Update interrupt flag */ macro
42 #define TIM_SR_UIF BIT(0) macro