TUKS MCU Introductory course / TUKS-COURSE-2-LED
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 4432 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 4234 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 4267 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 4300 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 4333 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 4366 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 4399 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 4201 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 4421 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 4223 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 4256 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 4289 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 4322 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 4355 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 4388 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 4190 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 4443 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 4245 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 4278 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 4311 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 4344 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 4377 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 4410 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 4212 of file stm32l4xx_ll_tim.h.