Searched refs:TIM_DIER_CC1IE (Results 1 – 3 of 3) sorted by relevance
40 #define TIM_DIER_CC1IE BIT(1) macro139 writel_relaxed(TIM_DIER_CC1IE, timer_of_base(to) + TIM_DIER); in stm32_clock_event_set_next_event()
46 #define TIM_DIER_CC1IE TIM_DIER_CCxIE(1) /* CC1 Interrupt Enable */ macro
631 dier &= (TIM_DIER_UIE | TIM_DIER_CC1IE | TIM_DIER_CC2IE | TIM_DIER_CC3IE | TIM_DIER_CC4IE); in stm32_timer_cnt_isr()