Searched refs:TIM_DIER_UIE (Results 1 – 2 of 2) sorted by relevance
465 if (!regmap_test_bits(priv->regmap, TIM_DIER, TIM_DIER_UIE)) in stm32_count_events_configure()467 dier |= TIM_DIER_UIE; in stm32_count_events_configure()630 dier &= (TIM_DIER_UIE | TIM_DIER_CC1IE | TIM_DIER_CC2IE | TIM_DIER_CC3IE | TIM_DIER_CC4IE); in stm32_timer_cnt_isr()
39 #define TIM_DIER_UIE BIT(0) macro