Searched refs:InputTriggerSource (Results 1 – 3 of 3) sorted by relevance
164 static void TIM_ITRx_SetConfig(TIM_TypeDef* TIMx, uint16_t InputTriggerSource);5093 static void TIM_ITRx_SetConfig(TIM_TypeDef *TIMx, uint16_t InputTriggerSource) in TIM_ITRx_SetConfig() argument5102 tmpsmcr |= InputTriggerSource | TIM_SLAVEMODE_EXTERNAL1; in TIM_ITRx_SetConfig()
163 static void TIM_ITRx_SetConfig(TIM_TypeDef* TIMx, uint16_t InputTriggerSource);4880 static void TIM_ITRx_SetConfig(TIM_TypeDef *TIMx, uint16_t InputTriggerSource) in TIM_ITRx_SetConfig() argument4889 tmpsmcr |= InputTriggerSource | TIM_SLAVEMODE_EXTERNAL1; in TIM_ITRx_SetConfig()
220 static void TIM_ITRx_SetConfig(TIM_TypeDef *TIMx, uint32_t InputTriggerSource);6427 static void TIM_ITRx_SetConfig(TIM_TypeDef *TIMx, uint32_t InputTriggerSource) in TIM_ITRx_SetConfig() argument6436 tmpsmcr |= (InputTriggerSource | TIM_SLAVEMODE_EXTERNAL1); in TIM_ITRx_SetConfig()