STM32L486xx 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 611 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DIER_CC1IE   TIM_DIER_CC1IE

Capture/compare 1 interrupt enable

Definition at line 605 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DIER_CC2IE   TIM_DIER_CC2IE

Capture/compare 2 interrupt enable

Definition at line 606 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DIER_CC3IE   TIM_DIER_CC3IE

Capture/compare 3 interrupt enable

Definition at line 607 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DIER_CC4IE   TIM_DIER_CC4IE

Capture/compare 4 interrupt enable

Definition at line 608 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DIER_COMIE   TIM_DIER_COMIE

COM interrupt enable

Definition at line 609 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DIER_TIE   TIM_DIER_TIE

Trigger interrupt enable

Definition at line 610 of file stm32l4xx_ll_tim.h.

#define LL_TIM_DIER_UIE   TIM_DIER_UIE

Update interrupt enable

Definition at line 604 of file stm32l4xx_ll_tim.h.