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