STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
__STATIC_INLINE void | LL_TIM_EnableIT_UPDATE (TIM_TypeDef *TIMx) |
Enable update interrupt (UIE). @rmtoll DIER UIE LL_TIM_EnableIT_UPDATE. More... | |
__STATIC_INLINE void | LL_TIM_DisableIT_UPDATE (TIM_TypeDef *TIMx) |
Disable update interrupt (UIE). @rmtoll DIER UIE LL_TIM_DisableIT_UPDATE. More... | |
__STATIC_INLINE uint32_t | LL_TIM_IsEnabledIT_UPDATE (const TIM_TypeDef *TIMx) |
Indicates whether the update interrupt (UIE) is enabled. @rmtoll DIER UIE LL_TIM_IsEnabledIT_UPDATE. More... | |
__STATIC_INLINE void | LL_TIM_EnableIT_CC1 (TIM_TypeDef *TIMx) |
Enable capture/compare 1 interrupt (CC1IE). @rmtoll DIER CC1IE LL_TIM_EnableIT_CC1. More... | |
__STATIC_INLINE void | LL_TIM_DisableIT_CC1 (TIM_TypeDef *TIMx) |
Disable capture/compare 1 interrupt (CC1IE). @rmtoll DIER CC1IE LL_TIM_DisableIT_CC1. More... | |
__STATIC_INLINE uint32_t | LL_TIM_IsEnabledIT_CC1 (const TIM_TypeDef *TIMx) |
Indicates whether the capture/compare 1 interrupt (CC1IE) is enabled. @rmtoll DIER CC1IE LL_TIM_IsEnabledIT_CC1. More... | |
__STATIC_INLINE void | LL_TIM_EnableIT_CC2 (TIM_TypeDef *TIMx) |
Enable capture/compare 2 interrupt (CC2IE). @rmtoll DIER CC2IE LL_TIM_EnableIT_CC2. More... | |
__STATIC_INLINE void | LL_TIM_DisableIT_CC2 (TIM_TypeDef *TIMx) |
Disable capture/compare 2 interrupt (CC2IE). @rmtoll DIER CC2IE LL_TIM_DisableIT_CC2. More... | |
__STATIC_INLINE uint32_t | LL_TIM_IsEnabledIT_CC2 (const TIM_TypeDef *TIMx) |
Indicates whether the capture/compare 2 interrupt (CC2IE) is enabled. @rmtoll DIER CC2IE LL_TIM_IsEnabledIT_CC2. More... | |
__STATIC_INLINE void | LL_TIM_EnableIT_CC3 (TIM_TypeDef *TIMx) |
Enable capture/compare 3 interrupt (CC3IE). @rmtoll DIER CC3IE LL_TIM_EnableIT_CC3. More... | |
__STATIC_INLINE void | LL_TIM_DisableIT_CC3 (TIM_TypeDef *TIMx) |
Disable capture/compare 3 interrupt (CC3IE). @rmtoll DIER CC3IE LL_TIM_DisableIT_CC3. More... | |
__STATIC_INLINE uint32_t | LL_TIM_IsEnabledIT_CC3 (const TIM_TypeDef *TIMx) |
Indicates whether the capture/compare 3 interrupt (CC3IE) is enabled. @rmtoll DIER CC3IE LL_TIM_IsEnabledIT_CC3. More... | |
__STATIC_INLINE void | LL_TIM_EnableIT_CC4 (TIM_TypeDef *TIMx) |
Enable capture/compare 4 interrupt (CC4IE). @rmtoll DIER CC4IE LL_TIM_EnableIT_CC4. More... | |
__STATIC_INLINE void | LL_TIM_DisableIT_CC4 (TIM_TypeDef *TIMx) |
Disable capture/compare 4 interrupt (CC4IE). @rmtoll DIER CC4IE LL_TIM_DisableIT_CC4. More... | |
__STATIC_INLINE uint32_t | LL_TIM_IsEnabledIT_CC4 (const TIM_TypeDef *TIMx) |
Indicates whether the capture/compare 4 interrupt (CC4IE) is enabled. @rmtoll DIER CC4IE LL_TIM_IsEnabledIT_CC4. More... | |
__STATIC_INLINE void | LL_TIM_EnableIT_COM (TIM_TypeDef *TIMx) |
Enable commutation interrupt (COMIE). @rmtoll DIER COMIE LL_TIM_EnableIT_COM. More... | |
__STATIC_INLINE void | LL_TIM_DisableIT_COM (TIM_TypeDef *TIMx) |
Disable commutation interrupt (COMIE). @rmtoll DIER COMIE LL_TIM_DisableIT_COM. More... | |
__STATIC_INLINE uint32_t | LL_TIM_IsEnabledIT_COM (const TIM_TypeDef *TIMx) |
Indicates whether the commutation interrupt (COMIE) is enabled. @rmtoll DIER COMIE LL_TIM_IsEnabledIT_COM. More... | |
__STATIC_INLINE void | LL_TIM_EnableIT_TRIG (TIM_TypeDef *TIMx) |
Enable trigger interrupt (TIE). @rmtoll DIER TIE LL_TIM_EnableIT_TRIG. More... | |
__STATIC_INLINE void | LL_TIM_DisableIT_TRIG (TIM_TypeDef *TIMx) |
Disable trigger interrupt (TIE). @rmtoll DIER TIE LL_TIM_DisableIT_TRIG. More... | |
__STATIC_INLINE uint32_t | LL_TIM_IsEnabledIT_TRIG (const TIM_TypeDef *TIMx) |
Indicates whether the trigger interrupt (TIE) is enabled. @rmtoll DIER TIE LL_TIM_IsEnabledIT_TRIG. More... | |
__STATIC_INLINE void | LL_TIM_EnableIT_BRK (TIM_TypeDef *TIMx) |
Enable break interrupt (BIE). @rmtoll DIER BIE LL_TIM_EnableIT_BRK. More... | |
__STATIC_INLINE void | LL_TIM_DisableIT_BRK (TIM_TypeDef *TIMx) |
Disable break interrupt (BIE). @rmtoll DIER BIE LL_TIM_DisableIT_BRK. More... | |
__STATIC_INLINE uint32_t | LL_TIM_IsEnabledIT_BRK (const TIM_TypeDef *TIMx) |
Indicates whether the break interrupt (BIE) is enabled. @rmtoll DIER BIE LL_TIM_IsEnabledIT_BRK. More... | |
__STATIC_INLINE void LL_TIM_DisableIT_BRK | ( | TIM_TypeDef * | TIMx | ) |
Disable break interrupt (BIE). @rmtoll DIER BIE LL_TIM_DisableIT_BRK.
TIMx | Timer instance |
None |
Definition at line 3702 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_DisableIT_CC1 | ( | TIM_TypeDef * | TIMx | ) |
Disable capture/compare 1 interrupt (CC1IE). @rmtoll DIER CC1IE LL_TIM_DisableIT_CC1.
TIMx | Timer instance |
None |
Definition at line 3504 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_DisableIT_CC2 | ( | TIM_TypeDef * | TIMx | ) |
Disable capture/compare 2 interrupt (CC2IE). @rmtoll DIER CC2IE LL_TIM_DisableIT_CC2.
TIMx | Timer instance |
None |
Definition at line 3537 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_DisableIT_CC3 | ( | TIM_TypeDef * | TIMx | ) |
Disable capture/compare 3 interrupt (CC3IE). @rmtoll DIER CC3IE LL_TIM_DisableIT_CC3.
TIMx | Timer instance |
None |
Definition at line 3570 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_DisableIT_CC4 | ( | TIM_TypeDef * | TIMx | ) |
Disable capture/compare 4 interrupt (CC4IE). @rmtoll DIER CC4IE LL_TIM_DisableIT_CC4.
TIMx | Timer instance |
None |
Definition at line 3603 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_DisableIT_COM | ( | TIM_TypeDef * | TIMx | ) |
Disable commutation interrupt (COMIE). @rmtoll DIER COMIE LL_TIM_DisableIT_COM.
TIMx | Timer instance |
None |
Definition at line 3636 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_DisableIT_TRIG | ( | TIM_TypeDef * | TIMx | ) |
Disable trigger interrupt (TIE). @rmtoll DIER TIE LL_TIM_DisableIT_TRIG.
TIMx | Timer instance |
None |
Definition at line 3669 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_DisableIT_UPDATE | ( | TIM_TypeDef * | TIMx | ) |
Disable update interrupt (UIE). @rmtoll DIER UIE LL_TIM_DisableIT_UPDATE.
TIMx | Timer instance |
None |
Definition at line 3471 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_EnableIT_BRK | ( | TIM_TypeDef * | TIMx | ) |
Enable break interrupt (BIE). @rmtoll DIER BIE LL_TIM_EnableIT_BRK.
TIMx | Timer instance |
None |
Definition at line 3691 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_EnableIT_CC1 | ( | TIM_TypeDef * | TIMx | ) |
Enable capture/compare 1 interrupt (CC1IE). @rmtoll DIER CC1IE LL_TIM_EnableIT_CC1.
TIMx | Timer instance |
None |
Definition at line 3493 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_EnableIT_CC2 | ( | TIM_TypeDef * | TIMx | ) |
Enable capture/compare 2 interrupt (CC2IE). @rmtoll DIER CC2IE LL_TIM_EnableIT_CC2.
TIMx | Timer instance |
None |
Definition at line 3526 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_EnableIT_CC3 | ( | TIM_TypeDef * | TIMx | ) |
Enable capture/compare 3 interrupt (CC3IE). @rmtoll DIER CC3IE LL_TIM_EnableIT_CC3.
TIMx | Timer instance |
None |
Definition at line 3559 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_EnableIT_CC4 | ( | TIM_TypeDef * | TIMx | ) |
Enable capture/compare 4 interrupt (CC4IE). @rmtoll DIER CC4IE LL_TIM_EnableIT_CC4.
TIMx | Timer instance |
None |
Definition at line 3592 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_EnableIT_COM | ( | TIM_TypeDef * | TIMx | ) |
Enable commutation interrupt (COMIE). @rmtoll DIER COMIE LL_TIM_EnableIT_COM.
TIMx | Timer instance |
None |
Definition at line 3625 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_EnableIT_TRIG | ( | TIM_TypeDef * | TIMx | ) |
Enable trigger interrupt (TIE). @rmtoll DIER TIE LL_TIM_EnableIT_TRIG.
TIMx | Timer instance |
None |
Definition at line 3658 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_EnableIT_UPDATE | ( | TIM_TypeDef * | TIMx | ) |
Enable update interrupt (UIE). @rmtoll DIER UIE LL_TIM_EnableIT_UPDATE.
TIMx | Timer instance |
None |
Definition at line 3460 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsEnabledIT_BRK | ( | const TIM_TypeDef * | TIMx | ) |
Indicates whether the break interrupt (BIE) is enabled. @rmtoll DIER BIE LL_TIM_IsEnabledIT_BRK.
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 3713 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsEnabledIT_CC1 | ( | const TIM_TypeDef * | TIMx | ) |
Indicates whether the capture/compare 1 interrupt (CC1IE) is enabled. @rmtoll DIER CC1IE LL_TIM_IsEnabledIT_CC1.
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 3515 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsEnabledIT_CC2 | ( | const TIM_TypeDef * | TIMx | ) |
Indicates whether the capture/compare 2 interrupt (CC2IE) is enabled. @rmtoll DIER CC2IE LL_TIM_IsEnabledIT_CC2.
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 3548 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsEnabledIT_CC3 | ( | const TIM_TypeDef * | TIMx | ) |
Indicates whether the capture/compare 3 interrupt (CC3IE) is enabled. @rmtoll DIER CC3IE LL_TIM_IsEnabledIT_CC3.
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 3581 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsEnabledIT_CC4 | ( | const TIM_TypeDef * | TIMx | ) |
Indicates whether the capture/compare 4 interrupt (CC4IE) is enabled. @rmtoll DIER CC4IE LL_TIM_IsEnabledIT_CC4.
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 3614 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsEnabledIT_COM | ( | const TIM_TypeDef * | TIMx | ) |
Indicates whether the commutation interrupt (COMIE) is enabled. @rmtoll DIER COMIE LL_TIM_IsEnabledIT_COM.
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 3647 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsEnabledIT_TRIG | ( | const TIM_TypeDef * | TIMx | ) |
Indicates whether the trigger interrupt (TIE) is enabled. @rmtoll DIER TIE LL_TIM_IsEnabledIT_TRIG.
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 3680 of file stm32f4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsEnabledIT_UPDATE | ( | const TIM_TypeDef * | TIMx | ) |
Indicates whether the update interrupt (UIE) is enabled. @rmtoll DIER UIE LL_TIM_IsEnabledIT_UPDATE.
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 3482 of file stm32f4xx_ll_tim.h.