|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_TIM_EnableIT_UPDATE (TIM_TypeDef *TIMx) |
| Enable update interrupt (UIE). DIER UIE LL_TIM_EnableIT_UPDATE. More... | |
| __STATIC_INLINE void | LL_TIM_DisableIT_UPDATE (TIM_TypeDef *TIMx) |
| Disable update interrupt (UIE). DIER UIE LL_TIM_DisableIT_UPDATE. More... | |
| __STATIC_INLINE uint32_t | LL_TIM_IsEnabledIT_UPDATE (TIM_TypeDef *TIMx) |
| Indicates whether the update interrupt (UIE) is enabled. DIER UIE LL_TIM_IsEnabledIT_UPDATE. More... | |
| __STATIC_INLINE void | LL_TIM_EnableIT_CC1 (TIM_TypeDef *TIMx) |
| Enable capture/compare 1 interrupt (CC1IE). DIER CC1IE LL_TIM_EnableIT_CC1. More... | |
| __STATIC_INLINE void | LL_TIM_DisableIT_CC1 (TIM_TypeDef *TIMx) |
| Disable capture/compare 1 interrupt (CC1IE). DIER CC1IE LL_TIM_DisableIT_CC1. More... | |
| __STATIC_INLINE uint32_t | LL_TIM_IsEnabledIT_CC1 (TIM_TypeDef *TIMx) |
| Indicates whether the capture/compare 1 interrupt (CC1IE) is enabled. DIER CC1IE LL_TIM_IsEnabledIT_CC1. More... | |
| __STATIC_INLINE void | LL_TIM_EnableIT_CC2 (TIM_TypeDef *TIMx) |
| Enable capture/compare 2 interrupt (CC2IE). DIER CC2IE LL_TIM_EnableIT_CC2. More... | |
| __STATIC_INLINE void | LL_TIM_DisableIT_CC2 (TIM_TypeDef *TIMx) |
| Disable capture/compare 2 interrupt (CC2IE). DIER CC2IE LL_TIM_DisableIT_CC2. More... | |
| __STATIC_INLINE uint32_t | LL_TIM_IsEnabledIT_CC2 (TIM_TypeDef *TIMx) |
| Indicates whether the capture/compare 2 interrupt (CC2IE) is enabled. DIER CC2IE LL_TIM_IsEnabledIT_CC2. More... | |
| __STATIC_INLINE void | LL_TIM_EnableIT_CC3 (TIM_TypeDef *TIMx) |
| Enable capture/compare 3 interrupt (CC3IE). DIER CC3IE LL_TIM_EnableIT_CC3. More... | |
| __STATIC_INLINE void | LL_TIM_DisableIT_CC3 (TIM_TypeDef *TIMx) |
| Disable capture/compare 3 interrupt (CC3IE). DIER CC3IE LL_TIM_DisableIT_CC3. More... | |
| __STATIC_INLINE uint32_t | LL_TIM_IsEnabledIT_CC3 (TIM_TypeDef *TIMx) |
| Indicates whether the capture/compare 3 interrupt (CC3IE) is enabled. DIER CC3IE LL_TIM_IsEnabledIT_CC3. More... | |
| __STATIC_INLINE void | LL_TIM_EnableIT_CC4 (TIM_TypeDef *TIMx) |
| Enable capture/compare 4 interrupt (CC4IE). DIER CC4IE LL_TIM_EnableIT_CC4. More... | |
| __STATIC_INLINE void | LL_TIM_DisableIT_CC4 (TIM_TypeDef *TIMx) |
| Disable capture/compare 4 interrupt (CC4IE). DIER CC4IE LL_TIM_DisableIT_CC4. More... | |
| __STATIC_INLINE uint32_t | LL_TIM_IsEnabledIT_CC4 (TIM_TypeDef *TIMx) |
| Indicates whether the capture/compare 4 interrupt (CC4IE) is enabled. DIER CC4IE LL_TIM_IsEnabledIT_CC4. More... | |
| __STATIC_INLINE void | LL_TIM_EnableIT_COM (TIM_TypeDef *TIMx) |
| Enable commutation interrupt (COMIE). DIER COMIE LL_TIM_EnableIT_COM. More... | |
| __STATIC_INLINE void | LL_TIM_DisableIT_COM (TIM_TypeDef *TIMx) |
| Disable commutation interrupt (COMIE). DIER COMIE LL_TIM_DisableIT_COM. More... | |
| __STATIC_INLINE uint32_t | LL_TIM_IsEnabledIT_COM (TIM_TypeDef *TIMx) |
| Indicates whether the commutation interrupt (COMIE) is enabled. DIER COMIE LL_TIM_IsEnabledIT_COM. More... | |
| __STATIC_INLINE void | LL_TIM_EnableIT_TRIG (TIM_TypeDef *TIMx) |
| Enable trigger interrupt (TIE). DIER TIE LL_TIM_EnableIT_TRIG. More... | |
| __STATIC_INLINE void | LL_TIM_DisableIT_TRIG (TIM_TypeDef *TIMx) |
| Disable trigger interrupt (TIE). DIER TIE LL_TIM_DisableIT_TRIG. More... | |
| __STATIC_INLINE uint32_t | LL_TIM_IsEnabledIT_TRIG (TIM_TypeDef *TIMx) |
| Indicates whether the trigger interrupt (TIE) is enabled. DIER TIE LL_TIM_IsEnabledIT_TRIG. More... | |
| __STATIC_INLINE void | LL_TIM_EnableIT_BRK (TIM_TypeDef *TIMx) |
| Enable break interrupt (BIE). DIER BIE LL_TIM_EnableIT_BRK. More... | |
| __STATIC_INLINE void | LL_TIM_DisableIT_BRK (TIM_TypeDef *TIMx) |
| Disable break interrupt (BIE). DIER BIE LL_TIM_DisableIT_BRK. More... | |
| __STATIC_INLINE uint32_t | LL_TIM_IsEnabledIT_BRK (TIM_TypeDef *TIMx) |
| Indicates whether the break interrupt (BIE) is enabled. DIER BIE LL_TIM_IsEnabledIT_BRK. More... | |
| __STATIC_INLINE void LL_TIM_DisableIT_BRK | ( | TIM_TypeDef * | TIMx | ) |
Disable break interrupt (BIE). DIER BIE LL_TIM_DisableIT_BRK.
| TIMx | Timer instance |
| None |
Definition at line 4616 of file stm32l4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_DisableIT_CC1 | ( | TIM_TypeDef * | TIMx | ) |
Disable capture/compare 1 interrupt (CC1IE). DIER CC1IE LL_TIM_DisableIT_CC1.
| TIMx | Timer instance |
| None |
Definition at line 4418 of file stm32l4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_DisableIT_CC2 | ( | TIM_TypeDef * | TIMx | ) |
Disable capture/compare 2 interrupt (CC2IE). DIER CC2IE LL_TIM_DisableIT_CC2.
| TIMx | Timer instance |
| None |
Definition at line 4451 of file stm32l4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_DisableIT_CC3 | ( | TIM_TypeDef * | TIMx | ) |
Disable capture/compare 3 interrupt (CC3IE). DIER CC3IE LL_TIM_DisableIT_CC3.
| TIMx | Timer instance |
| None |
Definition at line 4484 of file stm32l4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_DisableIT_CC4 | ( | TIM_TypeDef * | TIMx | ) |
Disable capture/compare 4 interrupt (CC4IE). DIER CC4IE LL_TIM_DisableIT_CC4.
| TIMx | Timer instance |
| None |
Definition at line 4517 of file stm32l4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_DisableIT_COM | ( | TIM_TypeDef * | TIMx | ) |
Disable commutation interrupt (COMIE). DIER COMIE LL_TIM_DisableIT_COM.
| TIMx | Timer instance |
| None |
Definition at line 4550 of file stm32l4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_DisableIT_TRIG | ( | TIM_TypeDef * | TIMx | ) |
Disable trigger interrupt (TIE). DIER TIE LL_TIM_DisableIT_TRIG.
| TIMx | Timer instance |
| None |
Definition at line 4583 of file stm32l4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_DisableIT_UPDATE | ( | TIM_TypeDef * | TIMx | ) |
Disable update interrupt (UIE). DIER UIE LL_TIM_DisableIT_UPDATE.
| TIMx | Timer instance |
| None |
Definition at line 4385 of file stm32l4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_EnableIT_BRK | ( | TIM_TypeDef * | TIMx | ) |
Enable break interrupt (BIE). DIER BIE LL_TIM_EnableIT_BRK.
| TIMx | Timer instance |
| None |
Definition at line 4605 of file stm32l4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_EnableIT_CC1 | ( | TIM_TypeDef * | TIMx | ) |
Enable capture/compare 1 interrupt (CC1IE). DIER CC1IE LL_TIM_EnableIT_CC1.
| TIMx | Timer instance |
| None |
Definition at line 4407 of file stm32l4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_EnableIT_CC2 | ( | TIM_TypeDef * | TIMx | ) |
Enable capture/compare 2 interrupt (CC2IE). DIER CC2IE LL_TIM_EnableIT_CC2.
| TIMx | Timer instance |
| None |
Definition at line 4440 of file stm32l4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_EnableIT_CC3 | ( | TIM_TypeDef * | TIMx | ) |
Enable capture/compare 3 interrupt (CC3IE). DIER CC3IE LL_TIM_EnableIT_CC3.
| TIMx | Timer instance |
| None |
Definition at line 4473 of file stm32l4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_EnableIT_CC4 | ( | TIM_TypeDef * | TIMx | ) |
Enable capture/compare 4 interrupt (CC4IE). DIER CC4IE LL_TIM_EnableIT_CC4.
| TIMx | Timer instance |
| None |
Definition at line 4506 of file stm32l4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_EnableIT_COM | ( | TIM_TypeDef * | TIMx | ) |
Enable commutation interrupt (COMIE). DIER COMIE LL_TIM_EnableIT_COM.
| TIMx | Timer instance |
| None |
Definition at line 4539 of file stm32l4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_EnableIT_TRIG | ( | TIM_TypeDef * | TIMx | ) |
Enable trigger interrupt (TIE). DIER TIE LL_TIM_EnableIT_TRIG.
| TIMx | Timer instance |
| None |
Definition at line 4572 of file stm32l4xx_ll_tim.h.
| __STATIC_INLINE void LL_TIM_EnableIT_UPDATE | ( | TIM_TypeDef * | TIMx | ) |
Enable update interrupt (UIE). DIER UIE LL_TIM_EnableIT_UPDATE.
| TIMx | Timer instance |
| None |
Definition at line 4374 of file stm32l4xx_ll_tim.h.
| __STATIC_INLINE uint32_t LL_TIM_IsEnabledIT_BRK | ( | TIM_TypeDef * | TIMx | ) |
Indicates whether the break interrupt (BIE) is enabled. DIER BIE LL_TIM_IsEnabledIT_BRK.
| TIMx | Timer instance |
| State | of bit (1 or 0). |
Definition at line 4627 of file stm32l4xx_ll_tim.h.
| __STATIC_INLINE uint32_t LL_TIM_IsEnabledIT_CC1 | ( | TIM_TypeDef * | TIMx | ) |
Indicates whether the capture/compare 1 interrupt (CC1IE) is enabled. DIER CC1IE LL_TIM_IsEnabledIT_CC1.
| TIMx | Timer instance |
| State | of bit (1 or 0). |
Definition at line 4429 of file stm32l4xx_ll_tim.h.
| __STATIC_INLINE uint32_t LL_TIM_IsEnabledIT_CC2 | ( | TIM_TypeDef * | TIMx | ) |
Indicates whether the capture/compare 2 interrupt (CC2IE) is enabled. DIER CC2IE LL_TIM_IsEnabledIT_CC2.
| TIMx | Timer instance |
| State | of bit (1 or 0). |
Definition at line 4462 of file stm32l4xx_ll_tim.h.
| __STATIC_INLINE uint32_t LL_TIM_IsEnabledIT_CC3 | ( | TIM_TypeDef * | TIMx | ) |
Indicates whether the capture/compare 3 interrupt (CC3IE) is enabled. DIER CC3IE LL_TIM_IsEnabledIT_CC3.
| TIMx | Timer instance |
| State | of bit (1 or 0). |
Definition at line 4495 of file stm32l4xx_ll_tim.h.
| __STATIC_INLINE uint32_t LL_TIM_IsEnabledIT_CC4 | ( | TIM_TypeDef * | TIMx | ) |
Indicates whether the capture/compare 4 interrupt (CC4IE) is enabled. DIER CC4IE LL_TIM_IsEnabledIT_CC4.
| TIMx | Timer instance |
| State | of bit (1 or 0). |
Definition at line 4528 of file stm32l4xx_ll_tim.h.
| __STATIC_INLINE uint32_t LL_TIM_IsEnabledIT_COM | ( | TIM_TypeDef * | TIMx | ) |
Indicates whether the commutation interrupt (COMIE) is enabled. DIER COMIE LL_TIM_IsEnabledIT_COM.
| TIMx | Timer instance |
| State | of bit (1 or 0). |
Definition at line 4561 of file stm32l4xx_ll_tim.h.
| __STATIC_INLINE uint32_t LL_TIM_IsEnabledIT_TRIG | ( | TIM_TypeDef * | TIMx | ) |
Indicates whether the trigger interrupt (TIE) is enabled. DIER TIE LL_TIM_IsEnabledIT_TRIG.
| TIMx | Timer instance |
| State | of bit (1 or 0). |
Definition at line 4594 of file stm32l4xx_ll_tim.h.
| __STATIC_INLINE uint32_t LL_TIM_IsEnabledIT_UPDATE | ( | TIM_TypeDef * | TIMx | ) |
Indicates whether the update interrupt (UIE) is enabled. DIER UIE LL_TIM_IsEnabledIT_UPDATE.
| TIMx | Timer instance |
| State | of bit (1 or 0). |
Definition at line 4396 of file stm32l4xx_ll_tim.h.