STM32L486xx HAL User Manual
Defines
TIM DMA Handle Index
TIM Exported Constants

Defines

#define TIM_DMA_ID_UPDATE   ((uint16_t) 0x0000)
#define TIM_DMA_ID_CC1   ((uint16_t) 0x0001)
#define TIM_DMA_ID_CC2   ((uint16_t) 0x0002)
#define TIM_DMA_ID_CC3   ((uint16_t) 0x0003)
#define TIM_DMA_ID_CC4   ((uint16_t) 0x0004)
#define TIM_DMA_ID_COMMUTATION   ((uint16_t) 0x0005)
#define TIM_DMA_ID_TRIGGER   ((uint16_t) 0x0006)

Define Documentation

#define TIM_DMA_ID_CC1   ((uint16_t) 0x0001)
#define TIM_DMA_ID_CC2   ((uint16_t) 0x0002)
#define TIM_DMA_ID_CC3   ((uint16_t) 0x0003)
#define TIM_DMA_ID_CC4   ((uint16_t) 0x0004)
#define TIM_DMA_ID_COMMUTATION   ((uint16_t) 0x0005)

Index of the DMA handle used for Commutation DMA requests

Definition at line 1041 of file stm32l4xx_hal_tim.h.

Referenced by HAL_TIM_DMABurst_ReadStart(), HAL_TIM_DMABurst_ReadStop(), HAL_TIM_DMABurst_WriteStart(), HAL_TIM_DMABurst_WriteStop(), and HAL_TIMEx_ConfigCommutationEvent_DMA().

#define TIM_DMA_ID_TRIGGER   ((uint16_t) 0x0006)

Index of the DMA handle used for Trigger DMA requests

Definition at line 1042 of file stm32l4xx_hal_tim.h.

Referenced by HAL_TIM_DMABurst_ReadStart(), HAL_TIM_DMABurst_ReadStop(), HAL_TIM_DMABurst_WriteStart(), and HAL_TIM_DMABurst_WriteStop().

#define TIM_DMA_ID_UPDATE   ((uint16_t) 0x0000)

Index of the DMA handle used for Update DMA requests

Definition at line 1036 of file stm32l4xx_hal_tim.h.

Referenced by HAL_TIM_Base_Start_DMA(), HAL_TIM_DMABurst_ReadStart(), HAL_TIM_DMABurst_ReadStop(), HAL_TIM_DMABurst_WriteStart(), and HAL_TIM_DMABurst_WriteStop().