Searched refs:TIM_SR_UIF (Results 1 – 2 of 2) 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()
42 #define TIM_SR_UIF BIT(0) macro