Searched refs:TIM_CCER_CC3E (Results 1 – 2 of 2) sorted by relevance
68 #define TIM_CCER_CC3E BIT(8) /* Capt/Comp 3 out Ena */ macro
73 #define TIM_CCER_CC34E (TIM_CCER_CC3E | TIM_CCER_CC4E)599 if (ccer & TIM_CCER_CC3E) in stm32_pwm_detect_channels()