Searched refs:TIM_CCER_CC4E (Results 1 – 2 of 2) sorted by relevance
70 #define TIM_CCER_CC4E BIT(12) /* Capt/Comp 4 out Ena */ macro
70 #define TIM_CCER_CC34E (TIM_CCER_CC3E | TIM_CCER_CC4E)589 if (ccer & TIM_CCER_CC4E) in stm32_pwm_detect_channels()