HAL + 0/10 examples
CodeScope will show references to TIM_DMA_ID_CC3 from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
TIM
STM32469I_EVAL
Examples
TIM
STM324x9I_EVAL
Examples
TIM
STM324xG_EVAL
Examples
TIM
STM32F412G-Discovery
Examples
TIM
STM32F412ZG-Nucleo
Examples
TIM
STM32F413H-Discovery
Examples
TIM
STM32F413ZH-Nucleo
Examples
TIM
STM32F429ZI-Nucleo
Examples
TIM
STM32F446ZE-Nucleo
Examples
TIM
 
Symbols
loading...
Files
loading...

TIM_DMA_ID_CC3 macro

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

Syntax

#define TIM_DMA_ID_CC3 ((uint16_t) 0x0003)

Examples

TIM_DMA_ID_CC3 is referenced by 10 libraries and example projects.

References

LocationText
stm32f4xx_hal_tim.h:992
#define TIM_DMA_ID_CC3 ((uint16_t) 0x0003) /*!< Index of the DMA handle used for Capture/Compare 3 DMA requests */
stm32f4xx_hal_tim.c:1127
stm32f4xx_hal_tim.c:1128
stm32f4xx_hal_tim.c:1131
htim->hdma[TIM_DMA_ID_CC3]->XferErrorCallback = TIM_DMAError ;
stm32f4xx_hal_tim.c:1134
if (HAL_DMA_Start_IT(htim->hdma[TIM_DMA_ID_CC3], (uint32_t)pData, (uint32_t)&htim->Instance->CCR3,
stm32f4xx_hal_tim.c:1241
(void)HAL_DMA_Abort_IT(htim->hdma[TIM_DMA_ID_CC3]);
stm32f4xx_hal_tim.c:1791
stm32f4xx_hal_tim.c:1792
stm32f4xx_hal_tim.c:1795
htim->hdma[TIM_DMA_ID_CC3]->XferErrorCallback = TIM_DMAError ;
stm32f4xx_hal_tim.c:1798
if (HAL_DMA_Start_IT(htim->hdma[TIM_DMA_ID_CC3], (uint32_t)pData, (uint32_t)&htim->Instance->CCR3,
stm32f4xx_hal_tim.c:1905
(void)HAL_DMA_Abort_IT(htim->hdma[TIM_DMA_ID_CC3]);
stm32f4xx_hal_tim.c:2450
stm32f4xx_hal_tim.c:2451
stm32f4xx_hal_tim.c:2454
htim->hdma[TIM_DMA_ID_CC3]->XferErrorCallback = TIM_DMAError ;
stm32f4xx_hal_tim.c:2457
if (HAL_DMA_Start_IT(htim->hdma[TIM_DMA_ID_CC3], (uint32_t)&htim->Instance->CCR3, (uint32_t)pData,
stm32f4xx_hal_tim.c:2556
(void)HAL_DMA_Abort_IT(htim->hdma[TIM_DMA_ID_CC3]);
stm32f4xx_hal_tim.c:4626
stm32f4xx_hal_tim.c:4627
stm32f4xx_hal_tim.c:4630
htim->hdma[TIM_DMA_ID_CC3]->XferErrorCallback = TIM_DMAError ;
stm32f4xx_hal_tim.c:4633
if (HAL_DMA_Start_IT(htim->hdma[TIM_DMA_ID_CC3], (uint32_t)BurstBuffer,
stm32f4xx_hal_tim.c:4745
(void)HAL_DMA_Abort_IT(htim->hdma[TIM_DMA_ID_CC3]);
stm32f4xx_hal_tim.c:4961
stm32f4xx_hal_tim.c:4962
stm32f4xx_hal_tim.c:4965
htim->hdma[TIM_DMA_ID_CC3]->XferErrorCallback = TIM_DMAError ;
stm32f4xx_hal_tim.c:4968
if (HAL_DMA_Start_IT(htim->hdma[TIM_DMA_ID_CC3], (uint32_t)&htim->Instance->DMAR, (uint32_t)BurstBuffer,
stm32f4xx_hal_tim.c:5081
(void)HAL_DMA_Abort_IT(htim->hdma[TIM_DMA_ID_CC3]);
stm32f4xx_hal_tim.c:6473
else if (hdma == htim->hdma[TIM_DMA_ID_CC3])
stm32f4xx_hal_tim.c:6524
else if (hdma == htim->hdma[TIM_DMA_ID_CC3])
stm32f4xx_hal_tim.c:6573
else if (hdma == htim->hdma[TIM_DMA_ID_CC3])
stm32f4xx_hal_tim.c:6624
else if (hdma == htim->hdma[TIM_DMA_ID_CC3])
stm32f4xx_hal_tim.c:6675
else if (hdma == htim->hdma[TIM_DMA_ID_CC3])
stm32f4xx_hal_tim_ex.c:947
stm32f4xx_hal_tim_ex.c:948
stm32f4xx_hal_tim_ex.c:951
stm32f4xx_hal_tim_ex.c:954
if (HAL_DMA_Start_IT(htim->hdma[TIM_DMA_ID_CC3], (uint32_t)pData, (uint32_t)&htim->Instance->CCR3,
stm32f4xx_hal_tim_ex.c:1037
(void)HAL_DMA_Abort_IT(htim->hdma[TIM_DMA_ID_CC3]);
stm32f4xx_hal_tim_ex.c:1418
stm32f4xx_hal_tim_ex.c:1419
stm32f4xx_hal_tim_ex.c:1422
stm32f4xx_hal_tim_ex.c:1425
if (HAL_DMA_Start_IT(htim->hdma[TIM_DMA_ID_CC3], (uint32_t)pData, (uint32_t)&htim->Instance->CCR3,
stm32f4xx_hal_tim_ex.c:1508
(void)HAL_DMA_Abort_IT(htim->hdma[TIM_DMA_ID_CC3]);
stm32f4xx_hal_tim_ex.c:2314
else if (hdma == htim->hdma[TIM_DMA_ID_CC3])
stm32f4xx_hal_tim_ex.c:2356
else if (hdma == htim->hdma[TIM_DMA_ID_CC3])