STM32F103xB HAL User Manual
Defines
TIM Flag Definition
TIM Exported Constants

Defines

#define TIM_FLAG_UPDATE   TIM_SR_UIF
#define TIM_FLAG_CC1   TIM_SR_CC1IF
#define TIM_FLAG_CC2   TIM_SR_CC2IF
#define TIM_FLAG_CC3   TIM_SR_CC3IF
#define TIM_FLAG_CC4   TIM_SR_CC4IF
#define TIM_FLAG_COM   TIM_SR_COMIF
#define TIM_FLAG_TRIGGER   TIM_SR_TIF
#define TIM_FLAG_BREAK   TIM_SR_BIF
#define TIM_FLAG_CC1OF   TIM_SR_CC1OF
#define TIM_FLAG_CC2OF   TIM_SR_CC2OF
#define TIM_FLAG_CC3OF   TIM_SR_CC3OF
#define TIM_FLAG_CC4OF   TIM_SR_CC4OF

Define Documentation

#define TIM_FLAG_BREAK   TIM_SR_BIF

Break interrupt flag

Definition at line 719 of file stm32f1xx_hal_tim.h.

Referenced by HAL_TIM_IRQHandler().

#define TIM_FLAG_CC1   TIM_SR_CC1IF

Capture/Compare 1 interrupt flag

Definition at line 713 of file stm32f1xx_hal_tim.h.

Referenced by HAL_TIM_IRQHandler().

#define TIM_FLAG_CC1OF   TIM_SR_CC1OF

Capture 1 overcapture flag

Definition at line 720 of file stm32f1xx_hal_tim.h.

#define TIM_FLAG_CC2   TIM_SR_CC2IF

Capture/Compare 2 interrupt flag

Definition at line 714 of file stm32f1xx_hal_tim.h.

Referenced by HAL_TIM_IRQHandler().

#define TIM_FLAG_CC2OF   TIM_SR_CC2OF

Capture 2 overcapture flag

Definition at line 721 of file stm32f1xx_hal_tim.h.

#define TIM_FLAG_CC3   TIM_SR_CC3IF

Capture/Compare 3 interrupt flag

Definition at line 715 of file stm32f1xx_hal_tim.h.

Referenced by HAL_TIM_IRQHandler().

#define TIM_FLAG_CC3OF   TIM_SR_CC3OF

Capture 3 overcapture flag

Definition at line 722 of file stm32f1xx_hal_tim.h.

#define TIM_FLAG_CC4   TIM_SR_CC4IF

Capture/Compare 4 interrupt flag

Definition at line 716 of file stm32f1xx_hal_tim.h.

Referenced by HAL_TIM_IRQHandler().

#define TIM_FLAG_CC4OF   TIM_SR_CC4OF

Capture 4 overcapture flag

Definition at line 723 of file stm32f1xx_hal_tim.h.

#define TIM_FLAG_COM   TIM_SR_COMIF

Commutation interrupt flag

Definition at line 717 of file stm32f1xx_hal_tim.h.

Referenced by HAL_TIM_IRQHandler().

#define TIM_FLAG_TRIGGER   TIM_SR_TIF

Trigger interrupt flag

Definition at line 718 of file stm32f1xx_hal_tim.h.

Referenced by HAL_TIM_IRQHandler().

#define TIM_FLAG_UPDATE   TIM_SR_UIF

Update interrupt flag

Definition at line 712 of file stm32f1xx_hal_tim.h.

Referenced by HAL_TIM_IRQHandler().