Searched refs:InputTrigger (Results 1 – 8 of 8) sorted by relevance
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_tim_ex.c | 1445 HAL_StatusTypeDef HAL_TIMEx_ConfigCommutationEvent(TIM_HandleTypeDef *htim, uint32_t InputTrigger,… in HAL_TIMEx_ConfigCommutationEvent() argument 1449 assert_param(IS_TIM_INTERNAL_TRIGGEREVENT_SELECTION(InputTrigger)); in HAL_TIMEx_ConfigCommutationEvent() 1453 if ((InputTrigger == TIM_TS_ITR0) || (InputTrigger == TIM_TS_ITR1) || in HAL_TIMEx_ConfigCommutationEvent() 1454 (InputTrigger == TIM_TS_ITR2) || (InputTrigger == TIM_TS_ITR3)) in HAL_TIMEx_ConfigCommutationEvent() 1458 htim->Instance->SMCR |= InputTrigger; in HAL_TIMEx_ConfigCommutationEvent() 1494 …AL_TIMEx_ConfigCommutationEvent_IT(TIM_HandleTypeDef *htim, uint32_t InputTrigger, uint32_t Comm… in HAL_TIMEx_ConfigCommutationEvent_IT() argument 1498 assert_param(IS_TIM_INTERNAL_TRIGGEREVENT_SELECTION(InputTrigger)); in HAL_TIMEx_ConfigCommutationEvent_IT() 1502 if ((InputTrigger == TIM_TS_ITR0) || (InputTrigger == TIM_TS_ITR1) || in HAL_TIMEx_ConfigCommutationEvent_IT() 1503 (InputTrigger == TIM_TS_ITR2) || (InputTrigger == TIM_TS_ITR3)) in HAL_TIMEx_ConfigCommutationEvent_IT() 1507 htim->Instance->SMCR |= InputTrigger; in HAL_TIMEx_ConfigCommutationEvent_IT() [all …]
|
D | stm32l4xx_hal_tim.c | 4686 assert_param(IS_TIM_TRIGGER_SELECTION(sSlaveConfig->InputTrigger)); in HAL_TIM_SlaveConfigSynchronization() 4722 assert_param(IS_TIM_TRIGGER_SELECTION(sSlaveConfig->InputTrigger)); in HAL_TIM_SlaveConfigSynchronization_IT() 6051 tmpsmcr |= sSlaveConfig->InputTrigger; in TIM_SlaveTimer_SetConfig() 6062 switch (sSlaveConfig->InputTrigger) in TIM_SlaveTimer_SetConfig()
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_tim_ex.h | 384 HAL_StatusTypeDef HAL_TIMEx_ConfigCommutationEvent(TIM_HandleTypeDef *htim, uint32_t InputTrigger,… 385 …AL_TIMEx_ConfigCommutationEvent_IT(TIM_HandleTypeDef *htim, uint32_t InputTrigger, uint32_t Comm… 386 …L_TIMEx_ConfigCommutationEvent_DMA(TIM_HandleTypeDef *htim, uint32_t InputTrigger, uint32_t Comm…
|
D | stm32l4xx_hal_tim.h | 264 uint32_t InputTrigger; /*!< Input Trigger source member
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_tim.c | 4010 assert_param(IS_TIM_TRIGGER_SELECTION(sSlaveConfig->InputTrigger)); in HAL_TIM_SlaveConfigSynchronization() 4046 assert_param(IS_TIM_TRIGGER_SELECTION(sSlaveConfig->InputTrigger)); in HAL_TIM_SlaveConfigSynchronization_IT() 4698 tmpsmcr |= sSlaveConfig->InputTrigger; in TIM_SlaveTimer_SetConfig() 4709 switch (sSlaveConfig->InputTrigger) in TIM_SlaveTimer_SetConfig()
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_tim.c | 3932 assert_param(IS_TIM_TRIGGER_SELECTION(sSlaveConfig->InputTrigger)); in HAL_TIM_SlaveConfigSynchronization() 3970 assert_param(IS_TIM_TRIGGER_SELECTION(sSlaveConfig->InputTrigger)); in HAL_TIM_SlaveConfigSynchronization_IT() 4977 tmpsmcr |= sSlaveConfig->InputTrigger; in TIM_SlaveTimer_SetConfig() 4988 switch (sSlaveConfig->InputTrigger) in TIM_SlaveTimer_SetConfig()
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_hal_tim.h | 219 uint32_t InputTrigger; /*!< Input Trigger source member
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_hal_tim.h | 263 uint32_t InputTrigger; /*!< Input Trigger source. member
|