Searched refs:TIM_CCER_CC2E (Results 1 – 2 of 2) sorted by relevance
66 #define TIM_CCER_CC2E BIT(4) /* Capt/Comp 2 out Ena */ macro
68 #define TIM_CCER_CC12E (TIM_CCER_CC1E | TIM_CCER_CC2E)583 if (ccer & TIM_CCER_CC2E) in stm32_pwm_detect_channels()