Home
last modified time | relevance | path

Searched refs:InputTrigger (Results 1 – 8 of 8) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim_ex.c1445 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 …]
Dstm32l4xx_hal_tim.c4686 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/
Dstm32l4xx_hal_tim_ex.h384 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…
Dstm32l4xx_hal_tim.h264 uint32_t InputTrigger; /*!< Input Trigger source member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_tim.c4010 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/
Dstm32l0xx_hal_tim.c3932 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/
Dstm32l1xx_hal_tim.h219 uint32_t InputTrigger; /*!< Input Trigger source member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_tim.h263 uint32_t InputTrigger; /*!< Input Trigger source. member