Home
last modified time | relevance | path

Searched refs:TIM_DIER_CC2IE (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/mfd/
H A Dstm32-timers.h47 #define TIM_DIER_CC2IE TIM_DIER_CCxIE(2) /* CC2 Interrupt Enable */ macro
/linux/drivers/counter/
H A Dstm32-timer-cnt.c625 dier &= (TIM_DIER_UIE | TIM_DIER_CC1IE | TIM_DIER_CC2IE | TIM_DIER_CC3IE | TIM_DIER_CC4IE); in stm32_timer_cnt_isr()