Searched refs:TIM_DIER_CCxDE (Results 1 – 1 of 1) sorted by relevance
54 #define TIM_DIER_CCxDE(x) BIT(9 + ((x) - 1)) /* CCx DMA request Enable (x ∈ {1, .. 4}) */ macro55 #define TIM_DIER_CC1DE TIM_DIER_CCxDE(1) /* CC1 DMA request Enable */56 #define TIM_DIER_CC2DE TIM_DIER_CCxDE(2) /* CC2 DMA request Enable */57 #define TIM_DIER_CC3DE TIM_DIER_CCxDE(3) /* CC3 DMA request Enable */58 #define TIM_DIER_CC4DE TIM_DIER_CCxDE(4) /* CC4 DMA request Enable */