HAL + 0/4 examples
CodeScope will show references to TIM_DMA_ID_UPDATE from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
TIM
STM32469I_EVAL
Examples
TIM
STM324x9I_EVAL
Examples
TIM
STM324xG_EVAL
Examples
TIM
 
Symbols
loading...
Files
loading...

TIM_DMA_ID_UPDATE macro

Index of the DMA handle used for Update DMA requests

Syntax

#define TIM_DMA_ID_UPDATE ((uint16_t) 0x0000)

Examples

TIM_DMA_ID_UPDATE is referenced by 4 libraries and example projects.

References

LocationText
stm32f4xx_hal_tim.h:989
#define TIM_DMA_ID_UPDATE ((uint16_t) 0x0000) /*!< Index of the DMA handle used for Update DMA requests */
stm32f4xx_hal_tim.c:555
stm32f4xx_hal_tim.c:556
stm32f4xx_hal_tim.c:559
htim->hdma[TIM_DMA_ID_UPDATE]->XferErrorCallback = TIM_DMAError ;
stm32f4xx_hal_tim.c:562
if (HAL_DMA_Start_IT(htim->hdma[TIM_DMA_ID_UPDATE], (uint32_t)pData, (uint32_t)&htim->Instance->ARR,
stm32f4xx_hal_tim.c:603
(void)HAL_DMA_Abort_IT(htim->hdma[TIM_DMA_ID_UPDATE]);
stm32f4xx_hal_tim.c:4572
stm32f4xx_hal_tim.c:4573
stm32f4xx_hal_tim.c:4576
htim->hdma[TIM_DMA_ID_UPDATE]->XferErrorCallback = TIM_DMAError ;
stm32f4xx_hal_tim.c:4579
if (HAL_DMA_Start_IT(htim->hdma[TIM_DMA_ID_UPDATE], (uint32_t)BurstBuffer,
stm32f4xx_hal_tim.c:4730
(void)HAL_DMA_Abort_IT(htim->hdma[TIM_DMA_ID_UPDATE]);
stm32f4xx_hal_tim.c:4907
stm32f4xx_hal_tim.c:4908
stm32f4xx_hal_tim.c:4911
htim->hdma[TIM_DMA_ID_UPDATE]->XferErrorCallback = TIM_DMAError ;
stm32f4xx_hal_tim.c:4914
if (HAL_DMA_Start_IT(htim->hdma[TIM_DMA_ID_UPDATE], (uint32_t)&htim->Instance->DMAR, (uint32_t)BurstBuffer,
stm32f4xx_hal_tim.c:5066
(void)HAL_DMA_Abort_IT(htim->hdma[TIM_DMA_ID_UPDATE]);
stm32f4xx_hal_tim.c:6706
if (htim->hdma[TIM_DMA_ID_UPDATE]->Init.Mode == DMA_NORMAL)