STM CMSIS
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