Searched refs:TrigerPolarity (Results 1 – 2 of 2) sorted by relevance
535 void RTIM_SetOnePulseOutputMode(RTIM_TypeDef* TIMx, u32 TIM_OPMode, u32 TrigerPolarity) in RTIM_SetOnePulseOutputMode() argument540 assert_param(IS_TIM_OPM_ETP_MODE(TrigerPolarity)); in RTIM_SetOnePulseOutputMode()546 TIMx->CR |= TIM_OPMode | TrigerPolarity; in RTIM_SetOnePulseOutputMode()
534 _LONG_CALL_ void RTIM_SetOnePulseOutputMode(RTIM_TypeDef* TIMx, u32 TIM_OPMode, u32 TrigerPolarity);
Completed in 5 milliseconds