Home
last modified time | relevance | path

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

/linux/include/linux/mfd/
H A Dstm32-timers.h48 #define TIM_DIER_CC3IE TIM_DIER_CCxIE(3) /* CC3 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()