STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

#define TIM_DMA_ID_UPDATE   ((uint16_t) 0x0U)
 
#define TIM_DMA_ID_CC1   ((uint16_t) 0x1U)
 
#define TIM_DMA_ID_CC2   ((uint16_t) 0x2U)
 
#define TIM_DMA_ID_CC3   ((uint16_t) 0x3U)
 
#define TIM_DMA_ID_CC4   ((uint16_t) 0x4U)
 
#define TIM_DMA_ID_COMMUTATION   ((uint16_t) 0x5U)
 
#define TIM_DMA_ID_TRIGGER   ((uint16_t) 0x6U)
 

Detailed Description

Macro Definition Documentation

#define TIM_DMA_ID_CC1   ((uint16_t) 0x1U)

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

Definition at line 798 of file stm32f7xx_hal_tim.h.

#define TIM_DMA_ID_CC2   ((uint16_t) 0x2U)

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

Definition at line 799 of file stm32f7xx_hal_tim.h.

#define TIM_DMA_ID_CC3   ((uint16_t) 0x3U)

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

Definition at line 800 of file stm32f7xx_hal_tim.h.

#define TIM_DMA_ID_CC4   ((uint16_t) 0x4U)

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

Definition at line 801 of file stm32f7xx_hal_tim.h.

#define TIM_DMA_ID_COMMUTATION   ((uint16_t) 0x5U)

Index of the DMA handle used for Commutation DMA requests

Definition at line 802 of file stm32f7xx_hal_tim.h.

#define TIM_DMA_ID_TRIGGER   ((uint16_t) 0x6U)

Index of the DMA handle used for Trigger DMA requests

Definition at line 803 of file stm32f7xx_hal_tim.h.

#define TIM_DMA_ID_UPDATE   ((uint16_t) 0x0U)

Index of the DMA handle used for Update DMA requests

Definition at line 797 of file stm32f7xx_hal_tim.h.