STM32L486xx HAL User Manual
Defines
Get Flags Defines
TIM Exported Constants

Flags defines which can be used with LL_TIM_ReadReg function. More...

Defines

#define LL_TIM_SR_UIF   TIM_SR_UIF
#define LL_TIM_SR_CC1IF   TIM_SR_CC1IF
#define LL_TIM_SR_CC2IF   TIM_SR_CC2IF
#define LL_TIM_SR_CC3IF   TIM_SR_CC3IF
#define LL_TIM_SR_CC4IF   TIM_SR_CC4IF
#define LL_TIM_SR_CC5IF   TIM_SR_CC5IF
#define LL_TIM_SR_CC6IF   TIM_SR_CC6IF
#define LL_TIM_SR_COMIF   TIM_SR_COMIF
#define LL_TIM_SR_TIF   TIM_SR_TIF
#define LL_TIM_SR_BIF   TIM_SR_BIF
#define LL_TIM_SR_B2IF   TIM_SR_B2IF
#define LL_TIM_SR_CC1OF   TIM_SR_CC1OF
#define LL_TIM_SR_CC2OF   TIM_SR_CC2OF
#define LL_TIM_SR_CC3OF   TIM_SR_CC3OF
#define LL_TIM_SR_CC4OF   TIM_SR_CC4OF
#define LL_TIM_SR_SBIF   TIM_SR_SBIF

Detailed Description

Flags defines which can be used with LL_TIM_ReadReg function.


Define Documentation

#define LL_TIM_SR_B2IF   TIM_SR_B2IF

Second break interrupt flag

Definition at line 561 of file stm32l4xx_ll_tim.h.

#define LL_TIM_SR_BIF   TIM_SR_BIF

Break interrupt flag

Definition at line 560 of file stm32l4xx_ll_tim.h.

#define LL_TIM_SR_CC1IF   TIM_SR_CC1IF

Capture/compare 1 interrupt flag

Definition at line 552 of file stm32l4xx_ll_tim.h.

#define LL_TIM_SR_CC1OF   TIM_SR_CC1OF

Capture/Compare 1 overcapture flag

Definition at line 562 of file stm32l4xx_ll_tim.h.

#define LL_TIM_SR_CC2IF   TIM_SR_CC2IF

Capture/compare 2 interrupt flag

Definition at line 553 of file stm32l4xx_ll_tim.h.

#define LL_TIM_SR_CC2OF   TIM_SR_CC2OF

Capture/Compare 2 overcapture flag

Definition at line 563 of file stm32l4xx_ll_tim.h.

#define LL_TIM_SR_CC3IF   TIM_SR_CC3IF

Capture/compare 3 interrupt flag

Definition at line 554 of file stm32l4xx_ll_tim.h.

#define LL_TIM_SR_CC3OF   TIM_SR_CC3OF

Capture/Compare 3 overcapture flag

Definition at line 564 of file stm32l4xx_ll_tim.h.

#define LL_TIM_SR_CC4IF   TIM_SR_CC4IF

Capture/compare 4 interrupt flag

Definition at line 555 of file stm32l4xx_ll_tim.h.

#define LL_TIM_SR_CC4OF   TIM_SR_CC4OF

Capture/Compare 4 overcapture flag

Definition at line 565 of file stm32l4xx_ll_tim.h.

#define LL_TIM_SR_CC5IF   TIM_SR_CC5IF

Capture/compare 5 interrupt flag

Definition at line 556 of file stm32l4xx_ll_tim.h.

#define LL_TIM_SR_CC6IF   TIM_SR_CC6IF

Capture/compare 6 interrupt flag

Definition at line 557 of file stm32l4xx_ll_tim.h.

#define LL_TIM_SR_COMIF   TIM_SR_COMIF

COM interrupt flag

Definition at line 558 of file stm32l4xx_ll_tim.h.

#define LL_TIM_SR_SBIF   TIM_SR_SBIF

System Break interrupt flag

Definition at line 566 of file stm32l4xx_ll_tim.h.

#define LL_TIM_SR_TIF   TIM_SR_TIF

Trigger interrupt flag

Definition at line 559 of file stm32l4xx_ll_tim.h.

#define LL_TIM_SR_UIF   TIM_SR_UIF

Update interrupt flag

Definition at line 551 of file stm32l4xx_ll_tim.h.