Searched refs:TIM_CCPolarity_High (Results 1 – 4 of 4) sorted by relevance
472 #define TIM_CCPolarity_High ((u32)0x00000000) /*!< if input is set : Positive edge of TRGI is ac… macro474 #define IS_TIM_CC_POLARITY(POLARITY) (((POLARITY) == TIM_CCPolarity_High) || \
139 RTIM_CCxPolarityConfig(CSI_PWM_TIM[pwm_tim_idx], TIM_CCPolarity_High, channel); in csi_pwm_out_config()
144 RTIM_CCxPolarityConfig(RTL872xD_PWM_TIM[pwm_tim_idx], TIM_CCPolarity_High, channel); in rtl872xd_pwm_out_config()
290 TIM_CCInitStruct->TIM_CCPolarity = TIM_CCPolarity_High; in RTIM_CCStructInit()
Completed in 7 milliseconds