Searched refs:TIM_OCPolarity (Results 1 – 2 of 2) sorted by relevance
471 void RTIM_CCxPolarityConfig(RTIM_TypeDef* TIMx, u32 TIM_OCPolarity, u16 TIM_Channel) in RTIM_CCxPolarityConfig() argument477 assert_param(IS_TIM_CC_POLARITY(TIM_OCPolarity)); in RTIM_CCxPolarityConfig()484 tmpccmr |= TIM_OCPolarity; in RTIM_CCxPolarityConfig()
532 _LONG_CALL_ void RTIM_CCxPolarityConfig(RTIM_TypeDef* TIMx, u32 TIM_OCPolarity, u16 TIM_Channel);
Completed in 5 milliseconds