Home
last modified time | relevance | path

Searched refs:InputTriggerSource (Results 1 – 3 of 3) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_tim.c164 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() argument
5102 tmpsmcr |= InputTriggerSource | TIM_SLAVEMODE_EXTERNAL1; in TIM_ITRx_SetConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_tim.c163 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() argument
4889 tmpsmcr |= InputTriggerSource | TIM_SLAVEMODE_EXTERNAL1; in TIM_ITRx_SetConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim.c220 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() argument
6436 tmpsmcr |= (InputTriggerSource | TIM_SLAVEMODE_EXTERNAL1); in TIM_ITRx_SetConfig()