Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim_ex.c1517 __HAL_TIM_ENABLE_IT(htim, TIM_IT_COM); in HAL_TIMEx_ConfigCommutationEvent_IT()
Dstm32l4xx_hal_tim.c3281 if (__HAL_TIM_GET_IT_SOURCE(htim, TIM_IT_COM) != RESET) in HAL_TIM_IRQHandler()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim.h667 #define TIM_IT_COM TIM_DIER_COMIE /*!< Commutation in… macro