DIY Logging Volt/Ampmeter
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

◆ TIM_IT_BREAK

#define TIM_IT_BREAK   TIM_DIER_BIE

Break interrupt

Definition at line 680 of file stm32f1xx_hal_tim.h.

◆ TIM_IT_CC1

#define TIM_IT_CC1   TIM_DIER_CC1IE

Capture/Compare 1 interrupt

Definition at line 674 of file stm32f1xx_hal_tim.h.

◆ TIM_IT_CC2

#define TIM_IT_CC2   TIM_DIER_CC2IE

Capture/Compare 2 interrupt

Definition at line 675 of file stm32f1xx_hal_tim.h.

◆ TIM_IT_CC3

#define TIM_IT_CC3   TIM_DIER_CC3IE

Capture/Compare 3 interrupt

Definition at line 676 of file stm32f1xx_hal_tim.h.

◆ TIM_IT_CC4

#define TIM_IT_CC4   TIM_DIER_CC4IE

Capture/Compare 4 interrupt

Definition at line 677 of file stm32f1xx_hal_tim.h.

◆ TIM_IT_COM

#define TIM_IT_COM   TIM_DIER_COMIE

Commutation interrupt

Definition at line 678 of file stm32f1xx_hal_tim.h.

◆ TIM_IT_TRIGGER

#define TIM_IT_TRIGGER   TIM_DIER_TIE

Trigger interrupt

Definition at line 679 of file stm32f1xx_hal_tim.h.

◆ TIM_IT_UPDATE

#define TIM_IT_UPDATE   TIM_DIER_UIE

Update interrupt

Definition at line 673 of file stm32f1xx_hal_tim.h.