HAL
TIM_DMA_COM is only used within HAL.
 
Symbols
loading...
Files
loading...

TIM_DMA_COM macro

DMA request is triggered by the commutation event

Syntax

#define TIM_DMA_COM TIM_DIER_COMDE

References

LocationText
stm32f4xx_hal_tim.h:701
#define TIM_DMA_COM TIM_DIER_COMDE /*!< DMA request is triggered by the commutation event */
stm32f4xx_hal_tim.c:4659
case TIM_DMA_COM:
stm32f4xx_hal_tim.c:4753
case TIM_DMA_COM:
stm32f4xx_hal_tim.c:4994
case TIM_DMA_COM:
stm32f4xx_hal_tim.c:5089
case TIM_DMA_COM:
stm32f4xx_hal_tim_ex.c:1819
stm32f4xx_hal_tim_ex.c:1872
stm32f4xx_hal_tim_ex.c:1939
__HAL_TIM_ENABLE_DMA(htim, TIM_DMA_COM);