STM32H735xx 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 4808 of file stm32h7xx_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 4610 of file stm32h7xx_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 4643 of file stm32h7xx_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 4676 of file stm32h7xx_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 4709 of file stm32h7xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_DisableIT_COM | ( | TIM_TypeDef * | TIMx | ) |
Disable commutation interrupt (COMIE).
TIMx | Timer instance |
None |
Definition at line 4742 of file stm32h7xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_DisableIT_TRIG | ( | TIM_TypeDef * | TIMx | ) |
Disable trigger interrupt (TIE).
TIMx | Timer instance |
None |
Definition at line 4775 of file stm32h7xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_DisableIT_UPDATE | ( | TIM_TypeDef * | TIMx | ) |
Disable update interrupt (UIE).
TIMx | Timer instance |
None |
Definition at line 4577 of file stm32h7xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_EnableIT_BRK | ( | TIM_TypeDef * | TIMx | ) |
Enable break interrupt (BIE).
TIMx | Timer instance |
None |
Definition at line 4797 of file stm32h7xx_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 4599 of file stm32h7xx_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 4632 of file stm32h7xx_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 4665 of file stm32h7xx_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 4698 of file stm32h7xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_EnableIT_COM | ( | TIM_TypeDef * | TIMx | ) |
Enable commutation interrupt (COMIE).
TIMx | Timer instance |
None |
Definition at line 4731 of file stm32h7xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_EnableIT_TRIG | ( | TIM_TypeDef * | TIMx | ) |
Enable trigger interrupt (TIE).
TIMx | Timer instance |
None |
Definition at line 4764 of file stm32h7xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_EnableIT_UPDATE | ( | TIM_TypeDef * | TIMx | ) |
Enable update interrupt (UIE).
TIMx | Timer instance |
None |
Definition at line 4566 of file stm32h7xx_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 4819 of file stm32h7xx_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 4621 of file stm32h7xx_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 4654 of file stm32h7xx_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 4687 of file stm32h7xx_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 4720 of file stm32h7xx_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 4753 of file stm32h7xx_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 4786 of file stm32h7xx_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 4588 of file stm32h7xx_ll_tim.h.