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

TIM_DMA_ID_CC4 macro

Index of the DMA handle used for Capture/Compare 4 DMA requests

Syntax

#define TIM_DMA_ID_CC4 ((uint16_t) 0x0004)

References

LocationText
stm32f4xx_hal_tim.h:993
#define TIM_DMA_ID_CC4 ((uint16_t) 0x0004) /*!< Index of the DMA handle used for Capture/Compare 4 DMA requests */
stm32f4xx_hal_tim.c:1148
stm32f4xx_hal_tim.c:1149
stm32f4xx_hal_tim.c:1152
htim->hdma[TIM_DMA_ID_CC4]->XferErrorCallback = TIM_DMAError ;
stm32f4xx_hal_tim.c:1155
if (HAL_DMA_Start_IT(htim->hdma[TIM_DMA_ID_CC4], (uint32_t)pData, (uint32_t)&htim->Instance->CCR4,
stm32f4xx_hal_tim.c:1249
(void)HAL_DMA_Abort_IT(htim->hdma[TIM_DMA_ID_CC4]);
stm32f4xx_hal_tim.c:1812
stm32f4xx_hal_tim.c:1813
stm32f4xx_hal_tim.c:1816
htim->hdma[TIM_DMA_ID_CC4]->XferErrorCallback = TIM_DMAError ;
stm32f4xx_hal_tim.c:1819
if (HAL_DMA_Start_IT(htim->hdma[TIM_DMA_ID_CC4], (uint32_t)pData, (uint32_t)&htim->Instance->CCR4,
stm32f4xx_hal_tim.c:1913
(void)HAL_DMA_Abort_IT(htim->hdma[TIM_DMA_ID_CC4]);
stm32f4xx_hal_tim.c:2471
stm32f4xx_hal_tim.c:2472
stm32f4xx_hal_tim.c:2475
htim->hdma[TIM_DMA_ID_CC4]->XferErrorCallback = TIM_DMAError ;
stm32f4xx_hal_tim.c:2478
if (HAL_DMA_Start_IT(htim->hdma[TIM_DMA_ID_CC4], (uint32_t)&htim->Instance->CCR4, (uint32_t)pData,
stm32f4xx_hal_tim.c:2564
(void)HAL_DMA_Abort_IT(htim->hdma[TIM_DMA_ID_CC4]);
stm32f4xx_hal_tim.c:4644
stm32f4xx_hal_tim.c:4645
stm32f4xx_hal_tim.c:4648
htim->hdma[TIM_DMA_ID_CC4]->XferErrorCallback = TIM_DMAError ;
stm32f4xx_hal_tim.c:4651
if (HAL_DMA_Start_IT(htim->hdma[TIM_DMA_ID_CC4], (uint32_t)BurstBuffer,
stm32f4xx_hal_tim.c:4750
(void)HAL_DMA_Abort_IT(htim->hdma[TIM_DMA_ID_CC4]);
stm32f4xx_hal_tim.c:4979
stm32f4xx_hal_tim.c:4980
stm32f4xx_hal_tim.c:4983
htim->hdma[TIM_DMA_ID_CC4]->XferErrorCallback = TIM_DMAError ;
stm32f4xx_hal_tim.c:4986
if (HAL_DMA_Start_IT(htim->hdma[TIM_DMA_ID_CC4], (uint32_t)&htim->Instance->DMAR, (uint32_t)BurstBuffer,
stm32f4xx_hal_tim.c:5086
(void)HAL_DMA_Abort_IT(htim->hdma[TIM_DMA_ID_CC4]);
stm32f4xx_hal_tim.c:6478
else if (hdma == htim->hdma[TIM_DMA_ID_CC4])
stm32f4xx_hal_tim.c:6533
else if (hdma == htim->hdma[TIM_DMA_ID_CC4])
stm32f4xx_hal_tim.c:6577
else if (hdma == htim->hdma[TIM_DMA_ID_CC4])
stm32f4xx_hal_tim.c:6634
else if (hdma == htim->hdma[TIM_DMA_ID_CC4])
stm32f4xx_hal_tim.c:6679
else if (hdma == htim->hdma[TIM_DMA_ID_CC4])