STM32H735xx 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 630 of file stm32h7xx_ll_tim.h.

#define LL_TIM_DIER_CC1IE   TIM_DIER_CC1IE

Capture/compare 1 interrupt enable

Definition at line 624 of file stm32h7xx_ll_tim.h.

#define LL_TIM_DIER_CC2IE   TIM_DIER_CC2IE

Capture/compare 2 interrupt enable

Definition at line 625 of file stm32h7xx_ll_tim.h.

#define LL_TIM_DIER_CC3IE   TIM_DIER_CC3IE

Capture/compare 3 interrupt enable

Definition at line 626 of file stm32h7xx_ll_tim.h.

#define LL_TIM_DIER_CC4IE   TIM_DIER_CC4IE

Capture/compare 4 interrupt enable

Definition at line 627 of file stm32h7xx_ll_tim.h.

#define LL_TIM_DIER_COMIE   TIM_DIER_COMIE

COM interrupt enable

Definition at line 628 of file stm32h7xx_ll_tim.h.

#define LL_TIM_DIER_TIE   TIM_DIER_TIE

Trigger interrupt enable

Definition at line 629 of file stm32h7xx_ll_tim.h.

#define LL_TIM_DIER_UIE   TIM_DIER_UIE

Update interrupt enable

Definition at line 623 of file stm32h7xx_ll_tim.h.