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

TIM_DMA_CC4 macro

DMA request is triggered by the capture/compare macth 4 event event

Syntax

#define TIM_DMA_CC4 TIM_DIER_CC4DE

References

LocationText
stm32f4xx_hal_tim.h:700
#define TIM_DMA_CC4 TIM_DIER_CC4DE /*!< DMA request is triggered by the capture/compare macth 4 event event */
stm32f4xx_hal_tim.c:1162
__HAL_TIM_ENABLE_DMA(htim, TIM_DMA_CC4);
stm32f4xx_hal_tim.c:1248
stm32f4xx_hal_tim.c:1826
__HAL_TIM_ENABLE_DMA(htim, TIM_DMA_CC4);
stm32f4xx_hal_tim.c:1912
stm32f4xx_hal_tim.c:2485
__HAL_TIM_ENABLE_DMA(htim, TIM_DMA_CC4);
stm32f4xx_hal_tim.c:2563
stm32f4xx_hal_tim.c:4641
case TIM_DMA_CC4:
stm32f4xx_hal_tim.c:4748
case TIM_DMA_CC4:
stm32f4xx_hal_tim.c:4976
case TIM_DMA_CC4:
stm32f4xx_hal_tim.c:5084
case TIM_DMA_CC4: