L4 HAL Drivers

Embed: (wiki syntax)

« Back to documentation index

IT_Management

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.

Function Documentation

__STATIC_INLINE void LL_TIM_DisableIT_BRK ( TIM_TypeDef *  TIMx )

Disable break interrupt (BIE).

DIER BIE LL_TIM_DisableIT_BRK

Parameters:
TIMxTimer instance
Return values:
None

Definition at line 3994 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

Parameters:
TIMxTimer instance
Return values:
None

Definition at line 3796 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

Parameters:
TIMxTimer instance
Return values:
None

Definition at line 3829 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

Parameters:
TIMxTimer instance
Return values:
None

Definition at line 3862 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

Parameters:
TIMxTimer instance
Return values:
None

Definition at line 3895 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

Parameters:
TIMxTimer instance
Return values:
None

Definition at line 3928 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

Parameters:
TIMxTimer instance
Return values:
None

Definition at line 3961 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

Parameters:
TIMxTimer instance
Return values:
None

Definition at line 3763 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

Parameters:
TIMxTimer instance
Return values:
None

Definition at line 3983 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

Parameters:
TIMxTimer instance
Return values:
None

Definition at line 3785 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

Parameters:
TIMxTimer instance
Return values:
None

Definition at line 3818 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

Parameters:
TIMxTimer instance
Return values:
None

Definition at line 3851 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

Parameters:
TIMxTimer instance
Return values:
None

Definition at line 3884 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

Parameters:
TIMxTimer instance
Return values:
None

Definition at line 3917 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

Parameters:
TIMxTimer instance
Return values:
None

Definition at line 3950 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

Parameters:
TIMxTimer instance
Return values:
None

Definition at line 3752 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

Parameters:
TIMxTimer instance
Return values:
Stateof bit (1 or 0).

Definition at line 4005 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

Parameters:
TIMxTimer instance
Return values:
Stateof bit (1 or 0).

Definition at line 3807 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

Parameters:
TIMxTimer instance
Return values:
Stateof bit (1 or 0).

Definition at line 3840 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

Parameters:
TIMxTimer instance
Return values:
Stateof bit (1 or 0).

Definition at line 3873 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

Parameters:
TIMxTimer instance
Return values:
Stateof bit (1 or 0).

Definition at line 3906 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

Parameters:
TIMxTimer instance
Return values:
Stateof bit (1 or 0).

Definition at line 3939 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

Parameters:
TIMxTimer instance
Return values:
Stateof bit (1 or 0).

Definition at line 3972 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

Parameters:
TIMxTimer instance
Return values:
Stateof bit (1 or 0).

Definition at line 3774 of file stm32l4xx_ll_tim.h.