Home
last modified time | relevance | path

Searched defs:TIM_DIER_CC1IE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/clocksource/
H A Dtimer-stm32.c40 #define TIM_DIER_CC1IE BIT(1) macro
/linux/include/linux/mfd/
H A Dstm32-timers.h46 #define TIM_DIER_CC1IE TIM_DIER_CCxIE(1) /* CC1 Interrupt Enable */ macro