STM32F103xB HAL User Manual
|
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 |
IT defines which can be used with LL_TIM_ReadReg and LL_TIM_WriteReg functions.
#define LL_TIM_DIER_BIE TIM_DIER_BIE |
Break interrupt enable
Definition at line 534 of file stm32f1xx_ll_tim.h.
#define LL_TIM_DIER_CC1IE TIM_DIER_CC1IE |
Capture/compare 1 interrupt enable
Definition at line 528 of file stm32f1xx_ll_tim.h.
#define LL_TIM_DIER_CC2IE TIM_DIER_CC2IE |
Capture/compare 2 interrupt enable
Definition at line 529 of file stm32f1xx_ll_tim.h.
#define LL_TIM_DIER_CC3IE TIM_DIER_CC3IE |
Capture/compare 3 interrupt enable
Definition at line 530 of file stm32f1xx_ll_tim.h.
#define LL_TIM_DIER_CC4IE TIM_DIER_CC4IE |
Capture/compare 4 interrupt enable
Definition at line 531 of file stm32f1xx_ll_tim.h.
#define LL_TIM_DIER_COMIE TIM_DIER_COMIE |
COM interrupt enable
Definition at line 532 of file stm32f1xx_ll_tim.h.
#define LL_TIM_DIER_TIE TIM_DIER_TIE |
Trigger interrupt enable
Definition at line 533 of file stm32f1xx_ll_tim.h.
#define LL_TIM_DIER_UIE TIM_DIER_UIE |
Update interrupt enable
Definition at line 527 of file stm32f1xx_ll_tim.h.