STM32F479xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_TIM_EnableIT_UPDATE (TIM_TypeDef *TIMx) |
Enable update interrupt (UIE). | |
__STATIC_INLINE void | LL_TIM_DisableIT_UPDATE (TIM_TypeDef *TIMx) |
Disable update interrupt (UIE). | |
__STATIC_INLINE uint32_t | LL_TIM_IsEnabledIT_UPDATE (TIM_TypeDef *TIMx) |
Indicates whether the update interrupt (UIE) is enabled. | |
__STATIC_INLINE void | LL_TIM_EnableIT_CC1 (TIM_TypeDef *TIMx) |
Enable capture/compare 1 interrupt (CC1IE). | |
__STATIC_INLINE void | LL_TIM_DisableIT_CC1 (TIM_TypeDef *TIMx) |
Disable capture/compare 1 interrupt (CC1IE). | |
__STATIC_INLINE uint32_t | LL_TIM_IsEnabledIT_CC1 (TIM_TypeDef *TIMx) |
Indicates whether the capture/compare 1 interrupt (CC1IE) is enabled. | |
__STATIC_INLINE void | LL_TIM_EnableIT_CC2 (TIM_TypeDef *TIMx) |
Enable capture/compare 2 interrupt (CC2IE). | |
__STATIC_INLINE void | LL_TIM_DisableIT_CC2 (TIM_TypeDef *TIMx) |
Disable capture/compare 2 interrupt (CC2IE). | |
__STATIC_INLINE uint32_t | LL_TIM_IsEnabledIT_CC2 (TIM_TypeDef *TIMx) |
Indicates whether the capture/compare 2 interrupt (CC2IE) is enabled. | |
__STATIC_INLINE void | LL_TIM_EnableIT_CC3 (TIM_TypeDef *TIMx) |
Enable capture/compare 3 interrupt (CC3IE). | |
__STATIC_INLINE void | LL_TIM_DisableIT_CC3 (TIM_TypeDef *TIMx) |
Disable capture/compare 3 interrupt (CC3IE). | |
__STATIC_INLINE uint32_t | LL_TIM_IsEnabledIT_CC3 (TIM_TypeDef *TIMx) |
Indicates whether the capture/compare 3 interrupt (CC3IE) is enabled. | |
__STATIC_INLINE void | LL_TIM_EnableIT_CC4 (TIM_TypeDef *TIMx) |
Enable capture/compare 4 interrupt (CC4IE). | |
__STATIC_INLINE void | LL_TIM_DisableIT_CC4 (TIM_TypeDef *TIMx) |
Disable capture/compare 4 interrupt (CC4IE). | |
__STATIC_INLINE uint32_t | LL_TIM_IsEnabledIT_CC4 (TIM_TypeDef *TIMx) |
Indicates whether the capture/compare 4 interrupt (CC4IE) is enabled. | |
__STATIC_INLINE void | LL_TIM_EnableIT_COM (TIM_TypeDef *TIMx) |
Enable commutation interrupt (COMIE). | |
__STATIC_INLINE void | LL_TIM_DisableIT_COM (TIM_TypeDef *TIMx) |
Disable commutation interrupt (COMIE). | |
__STATIC_INLINE uint32_t | LL_TIM_IsEnabledIT_COM (TIM_TypeDef *TIMx) |
Indicates whether the commutation interrupt (COMIE) is enabled. | |
__STATIC_INLINE void | LL_TIM_EnableIT_TRIG (TIM_TypeDef *TIMx) |
Enable trigger interrupt (TIE). | |
__STATIC_INLINE void | LL_TIM_DisableIT_TRIG (TIM_TypeDef *TIMx) |
Disable trigger interrupt (TIE). | |
__STATIC_INLINE uint32_t | LL_TIM_IsEnabledIT_TRIG (TIM_TypeDef *TIMx) |
Indicates whether the trigger interrupt (TIE) is enabled. | |
__STATIC_INLINE void | LL_TIM_EnableIT_BRK (TIM_TypeDef *TIMx) |
Enable break interrupt (BIE). | |
__STATIC_INLINE void | LL_TIM_DisableIT_BRK (TIM_TypeDef *TIMx) |
Disable break interrupt (BIE). | |
__STATIC_INLINE uint32_t | LL_TIM_IsEnabledIT_BRK (TIM_TypeDef *TIMx) |
Indicates whether the break interrupt (BIE) is enabled. |
__STATIC_INLINE void LL_TIM_DisableIT_BRK | ( | TIM_TypeDef * | TIMx | ) |
Disable break interrupt (BIE).
TIMx | Timer instance |
None |
Definition at line 3700 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_DisableIT_CC1 | ( | TIM_TypeDef * | TIMx | ) |
Disable capture/compare 1 interrupt (CC1IE).
TIMx | Timer instance |
None |
Definition at line 3502 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_DisableIT_CC2 | ( | TIM_TypeDef * | TIMx | ) |
Disable capture/compare 2 interrupt (CC2IE).
TIMx | Timer instance |
None |
Definition at line 3535 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_DisableIT_CC3 | ( | TIM_TypeDef * | TIMx | ) |
Disable capture/compare 3 interrupt (CC3IE).
TIMx | Timer instance |
None |
Definition at line 3568 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_DisableIT_CC4 | ( | TIM_TypeDef * | TIMx | ) |
Disable capture/compare 4 interrupt (CC4IE).
TIMx | Timer instance |
None |
Definition at line 3601 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_DisableIT_COM | ( | TIM_TypeDef * | TIMx | ) |
Disable commutation interrupt (COMIE).
TIMx | Timer instance |
None |
Definition at line 3634 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_DisableIT_TRIG | ( | TIM_TypeDef * | TIMx | ) |
Disable trigger interrupt (TIE).
TIMx | Timer instance |
None |
Definition at line 3667 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_DisableIT_UPDATE | ( | TIM_TypeDef * | TIMx | ) |
Disable update interrupt (UIE).
TIMx | Timer instance |
None |
Definition at line 3469 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_EnableIT_BRK | ( | TIM_TypeDef * | TIMx | ) |
Enable break interrupt (BIE).
TIMx | Timer instance |
None |
Definition at line 3689 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_EnableIT_CC1 | ( | TIM_TypeDef * | TIMx | ) |
Enable capture/compare 1 interrupt (CC1IE).
TIMx | Timer instance |
None |
Definition at line 3491 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_EnableIT_CC2 | ( | TIM_TypeDef * | TIMx | ) |
Enable capture/compare 2 interrupt (CC2IE).
TIMx | Timer instance |
None |
Definition at line 3524 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_EnableIT_CC3 | ( | TIM_TypeDef * | TIMx | ) |
Enable capture/compare 3 interrupt (CC3IE).
TIMx | Timer instance |
None |
Definition at line 3557 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_EnableIT_CC4 | ( | TIM_TypeDef * | TIMx | ) |
Enable capture/compare 4 interrupt (CC4IE).
TIMx | Timer instance |
None |
Definition at line 3590 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_EnableIT_COM | ( | TIM_TypeDef * | TIMx | ) |
Enable commutation interrupt (COMIE).
TIMx | Timer instance |
None |
Definition at line 3623 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_EnableIT_TRIG | ( | TIM_TypeDef * | TIMx | ) |
Enable trigger interrupt (TIE).
TIMx | Timer instance |
None |
Definition at line 3656 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_EnableIT_UPDATE | ( | TIM_TypeDef * | TIMx | ) |
Enable update interrupt (UIE).
TIMx | Timer instance |
None |
Definition at line 3458 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsEnabledIT_BRK | ( | TIM_TypeDef * | TIMx | ) |
Indicates whether the break interrupt (BIE) is enabled.
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 3711 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsEnabledIT_CC1 | ( | TIM_TypeDef * | TIMx | ) |
Indicates whether the capture/compare 1 interrupt (CC1IE) is enabled.
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 3513 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsEnabledIT_CC2 | ( | TIM_TypeDef * | TIMx | ) |
Indicates whether the capture/compare 2 interrupt (CC2IE) is enabled.
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 3546 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsEnabledIT_CC3 | ( | TIM_TypeDef * | TIMx | ) |
Indicates whether the capture/compare 3 interrupt (CC3IE) is enabled.
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 3579 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsEnabledIT_CC4 | ( | TIM_TypeDef * | TIMx | ) |
Indicates whether the capture/compare 4 interrupt (CC4IE) is enabled.
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 3612 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsEnabledIT_COM | ( | TIM_TypeDef * | TIMx | ) |
Indicates whether the commutation interrupt (COMIE) is enabled.
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 3645 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsEnabledIT_TRIG | ( | TIM_TypeDef * | TIMx | ) |
Indicates whether the trigger interrupt (TIE) is enabled.
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 3678 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsEnabledIT_UPDATE | ( | TIM_TypeDef * | TIMx | ) |
Indicates whether the update interrupt (UIE) is enabled.
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 3480 of file stm32f4xx_ll_tim.h.