STM32F439xx HAL User Manual
Defines
IT Defines
TIM Exported Constants

IT defines which can be used with LL_TIM_ReadReg and LL_TIM_WriteReg functions. More...

Defines

#define LL_TIM_DIER_UIE   TIM_DIER_UIE
#define LL_TIM_DIER_CC1IE   TIM_DIER_CC1IE
#define LL_TIM_DIER_CC2IE   TIM_DIER_CC2IE
#define LL_TIM_DIER_CC3IE   TIM_DIER_CC3IE
#define LL_TIM_DIER_CC4IE   TIM_DIER_CC4IE
#define LL_TIM_DIER_COMIE   TIM_DIER_COMIE
#define LL_TIM_DIER_TIE   TIM_DIER_TIE
#define LL_TIM_DIER_BIE   TIM_DIER_BIE

Detailed Description

IT defines which can be used with LL_TIM_ReadReg and LL_TIM_WriteReg functions.


Define Documentation

#define LL_TIM_DIER_BIE   TIM_DIER_BIE

Break interrupt enable

Definition at line 510 of file stm32f4xx_ll_tim.h.

#define LL_TIM_DIER_CC1IE   TIM_DIER_CC1IE

Capture/compare 1 interrupt enable

Definition at line 504 of file stm32f4xx_ll_tim.h.

#define LL_TIM_DIER_CC2IE   TIM_DIER_CC2IE

Capture/compare 2 interrupt enable

Definition at line 505 of file stm32f4xx_ll_tim.h.

#define LL_TIM_DIER_CC3IE   TIM_DIER_CC3IE

Capture/compare 3 interrupt enable

Definition at line 506 of file stm32f4xx_ll_tim.h.

#define LL_TIM_DIER_CC4IE   TIM_DIER_CC4IE

Capture/compare 4 interrupt enable

Definition at line 507 of file stm32f4xx_ll_tim.h.

#define LL_TIM_DIER_COMIE   TIM_DIER_COMIE

COM interrupt enable

Definition at line 508 of file stm32f4xx_ll_tim.h.

#define LL_TIM_DIER_TIE   TIM_DIER_TIE

Trigger interrupt enable

Definition at line 509 of file stm32f4xx_ll_tim.h.

#define LL_TIM_DIER_UIE   TIM_DIER_UIE

Update interrupt enable

Definition at line 503 of file stm32f4xx_ll_tim.h.