STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

#define TIM_DMA_UPDATE   (TIM_DIER_UDE)
 
#define TIM_DMA_CC1   (TIM_DIER_CC1DE)
 
#define TIM_DMA_CC2   (TIM_DIER_CC2DE)
 
#define TIM_DMA_CC3   (TIM_DIER_CC3DE)
 
#define TIM_DMA_CC4   (TIM_DIER_CC4DE)
 
#define TIM_DMA_COM   (TIM_DIER_COMDE)
 
#define TIM_DMA_TRIGGER   (TIM_DIER_TDE)
 

Detailed Description

Macro Definition Documentation

#define TIM_DMA_CC1   (TIM_DIER_CC1DE)

Definition at line 508 of file stm32f7xx_hal_tim.h.

#define TIM_DMA_CC2   (TIM_DIER_CC2DE)

Definition at line 509 of file stm32f7xx_hal_tim.h.

#define TIM_DMA_CC3   (TIM_DIER_CC3DE)

Definition at line 510 of file stm32f7xx_hal_tim.h.

#define TIM_DMA_CC4   (TIM_DIER_CC4DE)

Definition at line 511 of file stm32f7xx_hal_tim.h.

#define TIM_DMA_COM   (TIM_DIER_COMDE)

Definition at line 512 of file stm32f7xx_hal_tim.h.

#define TIM_DMA_TRIGGER   (TIM_DIER_TDE)

Definition at line 513 of file stm32f7xx_hal_tim.h.

#define TIM_DMA_UPDATE   (TIM_DIER_UDE)

Definition at line 507 of file stm32f7xx_hal_tim.h.