STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
TIM Interrupt definition

Macros

#define TIM_IT_UPDATE   (TIM_DIER_UIE)
 
#define TIM_IT_CC1   (TIM_DIER_CC1IE)
 
#define TIM_IT_CC2   (TIM_DIER_CC2IE)
 
#define TIM_IT_CC3   (TIM_DIER_CC3IE)
 
#define TIM_IT_CC4   (TIM_DIER_CC4IE)
 
#define TIM_IT_COM   (TIM_DIER_COMIE)
 
#define TIM_IT_TRIGGER   (TIM_DIER_TIE)
 
#define TIM_IT_BREAK   (TIM_DIER_BIE)
 

Detailed Description

Macro Definition Documentation

#define TIM_IT_BREAK   (TIM_DIER_BIE)

Definition at line 490 of file stm32f7xx_hal_tim.h.

#define TIM_IT_CC1   (TIM_DIER_CC1IE)

Definition at line 484 of file stm32f7xx_hal_tim.h.

#define TIM_IT_CC2   (TIM_DIER_CC2IE)

Definition at line 485 of file stm32f7xx_hal_tim.h.

#define TIM_IT_CC3   (TIM_DIER_CC3IE)

Definition at line 486 of file stm32f7xx_hal_tim.h.

#define TIM_IT_CC4   (TIM_DIER_CC4IE)

Definition at line 487 of file stm32f7xx_hal_tim.h.

#define TIM_IT_COM   (TIM_DIER_COMIE)

Definition at line 488 of file stm32f7xx_hal_tim.h.

#define TIM_IT_TRIGGER   (TIM_DIER_TIE)

Definition at line 489 of file stm32f7xx_hal_tim.h.

#define TIM_IT_UPDATE   (TIM_DIER_UIE)

Definition at line 483 of file stm32f7xx_hal_tim.h.