Searched refs:TIM_DIER_CCxIE (Results 1 – 2 of 2) sorted by relevance
45 #define TIM_DIER_CCxIE(x) BIT(1 + ((x) - 1)) /* CCx Interrupt Enable (x ∈ {1, .. 4}) */ macro46 #define TIM_DIER_CC1IE TIM_DIER_CCxIE(1) /* CC1 Interrupt Enable */47 #define TIM_DIER_CC2IE TIM_DIER_CCxIE(2) /* CC2 Interrupt Enable */48 #define TIM_DIER_CC3IE TIM_DIER_CCxIE(3) /* CC3 Interrupt Enable */49 #define TIM_DIER_CC4IE TIM_DIER_CCxIE(4) /* CC4 Interrupt Enable */
468 dier |= TIM_DIER_CCxIE(event_node->channel + 1); in stm32_count_events_configure()481 if (!(dier & TIM_DIER_CCxIE(i + 1))) { in stm32_count_events_configure()