STM32L443xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_TIM_ClearFlag_UPDATE (TIM_TypeDef *TIMx) |
Clear the update interrupt flag (UIF). | |
__STATIC_INLINE uint32_t | LL_TIM_IsActiveFlag_UPDATE (TIM_TypeDef *TIMx) |
Indicate whether update interrupt flag (UIF) is set (update interrupt is pending). | |
__STATIC_INLINE void | LL_TIM_ClearFlag_CC1 (TIM_TypeDef *TIMx) |
Clear the Capture/Compare 1 interrupt flag (CC1F). | |
__STATIC_INLINE uint32_t | LL_TIM_IsActiveFlag_CC1 (TIM_TypeDef *TIMx) |
Indicate whether Capture/Compare 1 interrupt flag (CC1F) is set (Capture/Compare 1 interrupt is pending). | |
__STATIC_INLINE void | LL_TIM_ClearFlag_CC2 (TIM_TypeDef *TIMx) |
Clear the Capture/Compare 2 interrupt flag (CC2F). | |
__STATIC_INLINE uint32_t | LL_TIM_IsActiveFlag_CC2 (TIM_TypeDef *TIMx) |
Indicate whether Capture/Compare 2 interrupt flag (CC2F) is set (Capture/Compare 2 interrupt is pending). | |
__STATIC_INLINE void | LL_TIM_ClearFlag_CC3 (TIM_TypeDef *TIMx) |
Clear the Capture/Compare 3 interrupt flag (CC3F). | |
__STATIC_INLINE uint32_t | LL_TIM_IsActiveFlag_CC3 (TIM_TypeDef *TIMx) |
Indicate whether Capture/Compare 3 interrupt flag (CC3F) is set (Capture/Compare 3 interrupt is pending). | |
__STATIC_INLINE void | LL_TIM_ClearFlag_CC4 (TIM_TypeDef *TIMx) |
Clear the Capture/Compare 4 interrupt flag (CC4F). | |
__STATIC_INLINE uint32_t | LL_TIM_IsActiveFlag_CC4 (TIM_TypeDef *TIMx) |
Indicate whether Capture/Compare 4 interrupt flag (CC4F) is set (Capture/Compare 4 interrupt is pending). | |
__STATIC_INLINE void | LL_TIM_ClearFlag_CC5 (TIM_TypeDef *TIMx) |
Clear the Capture/Compare 5 interrupt flag (CC5F). | |
__STATIC_INLINE uint32_t | LL_TIM_IsActiveFlag_CC5 (TIM_TypeDef *TIMx) |
Indicate whether Capture/Compare 5 interrupt flag (CC5F) is set (Capture/Compare 5 interrupt is pending). | |
__STATIC_INLINE void | LL_TIM_ClearFlag_CC6 (TIM_TypeDef *TIMx) |
Clear the Capture/Compare 6 interrupt flag (CC6F). | |
__STATIC_INLINE uint32_t | LL_TIM_IsActiveFlag_CC6 (TIM_TypeDef *TIMx) |
Indicate whether Capture/Compare 6 interrupt flag (CC6F) is set (Capture/Compare 6 interrupt is pending). | |
__STATIC_INLINE void | LL_TIM_ClearFlag_COM (TIM_TypeDef *TIMx) |
Clear the commutation interrupt flag (COMIF). | |
__STATIC_INLINE uint32_t | LL_TIM_IsActiveFlag_COM (TIM_TypeDef *TIMx) |
Indicate whether commutation interrupt flag (COMIF) is set (commutation interrupt is pending). | |
__STATIC_INLINE void | LL_TIM_ClearFlag_TRIG (TIM_TypeDef *TIMx) |
Clear the trigger interrupt flag (TIF). | |
__STATIC_INLINE uint32_t | LL_TIM_IsActiveFlag_TRIG (TIM_TypeDef *TIMx) |
Indicate whether trigger interrupt flag (TIF) is set (trigger interrupt is pending). | |
__STATIC_INLINE void | LL_TIM_ClearFlag_BRK (TIM_TypeDef *TIMx) |
Clear the break interrupt flag (BIF). | |
__STATIC_INLINE uint32_t | LL_TIM_IsActiveFlag_BRK (TIM_TypeDef *TIMx) |
Indicate whether break interrupt flag (BIF) is set (break interrupt is pending). | |
__STATIC_INLINE void | LL_TIM_ClearFlag_BRK2 (TIM_TypeDef *TIMx) |
Clear the break 2 interrupt flag (B2IF). | |
__STATIC_INLINE uint32_t | LL_TIM_IsActiveFlag_BRK2 (TIM_TypeDef *TIMx) |
Indicate whether break 2 interrupt flag (B2IF) is set (break 2 interrupt is pending). | |
__STATIC_INLINE void | LL_TIM_ClearFlag_CC1OVR (TIM_TypeDef *TIMx) |
Clear the Capture/Compare 1 over-capture interrupt flag (CC1OF). | |
__STATIC_INLINE uint32_t | LL_TIM_IsActiveFlag_CC1OVR (TIM_TypeDef *TIMx) |
Indicate whether Capture/Compare 1 over-capture interrupt flag (CC1OF) is set (Capture/Compare 1 interrupt is pending). | |
__STATIC_INLINE void | LL_TIM_ClearFlag_CC2OVR (TIM_TypeDef *TIMx) |
Clear the Capture/Compare 2 over-capture interrupt flag (CC2OF). | |
__STATIC_INLINE uint32_t | LL_TIM_IsActiveFlag_CC2OVR (TIM_TypeDef *TIMx) |
Indicate whether Capture/Compare 2 over-capture interrupt flag (CC2OF) is set (Capture/Compare 2 over-capture interrupt is pending). | |
__STATIC_INLINE void | LL_TIM_ClearFlag_CC3OVR (TIM_TypeDef *TIMx) |
Clear the Capture/Compare 3 over-capture interrupt flag (CC3OF). | |
__STATIC_INLINE uint32_t | LL_TIM_IsActiveFlag_CC3OVR (TIM_TypeDef *TIMx) |
Indicate whether Capture/Compare 3 over-capture interrupt flag (CC3OF) is set (Capture/Compare 3 over-capture interrupt is pending). | |
__STATIC_INLINE void | LL_TIM_ClearFlag_CC4OVR (TIM_TypeDef *TIMx) |
Clear the Capture/Compare 4 over-capture interrupt flag (CC4OF). | |
__STATIC_INLINE uint32_t | LL_TIM_IsActiveFlag_CC4OVR (TIM_TypeDef *TIMx) |
Indicate whether Capture/Compare 4 over-capture interrupt flag (CC4OF) is set (Capture/Compare 4 over-capture interrupt is pending). | |
__STATIC_INLINE void | LL_TIM_ClearFlag_SYSBRK (TIM_TypeDef *TIMx) |
Clear the system break interrupt flag (SBIF). | |
__STATIC_INLINE uint32_t | LL_TIM_IsActiveFlag_SYSBRK (TIM_TypeDef *TIMx) |
Indicate whether system break interrupt flag (SBIF) is set (system break interrupt is pending). |
__STATIC_INLINE void LL_TIM_ClearFlag_BRK | ( | TIM_TypeDef * | TIMx | ) |
Clear the break interrupt flag (BIF).
TIMx | Timer instance |
None |
Definition at line 4280 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_ClearFlag_BRK2 | ( | TIM_TypeDef * | TIMx | ) |
Clear the break 2 interrupt flag (B2IF).
TIMx | Timer instance |
None |
Definition at line 4302 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_ClearFlag_CC1 | ( | TIM_TypeDef * | TIMx | ) |
Clear the Capture/Compare 1 interrupt flag (CC1F).
TIMx | Timer instance |
None |
Definition at line 4104 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_ClearFlag_CC1OVR | ( | TIM_TypeDef * | TIMx | ) |
Clear the Capture/Compare 1 over-capture interrupt flag (CC1OF).
TIMx | Timer instance |
None |
Definition at line 4324 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_ClearFlag_CC2 | ( | TIM_TypeDef * | TIMx | ) |
Clear the Capture/Compare 2 interrupt flag (CC2F).
TIMx | Timer instance |
None |
Definition at line 4126 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_ClearFlag_CC2OVR | ( | TIM_TypeDef * | TIMx | ) |
Clear the Capture/Compare 2 over-capture interrupt flag (CC2OF).
TIMx | Timer instance |
None |
Definition at line 4347 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_ClearFlag_CC3 | ( | TIM_TypeDef * | TIMx | ) |
Clear the Capture/Compare 3 interrupt flag (CC3F).
TIMx | Timer instance |
None |
Definition at line 4148 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_ClearFlag_CC3OVR | ( | TIM_TypeDef * | TIMx | ) |
Clear the Capture/Compare 3 over-capture interrupt flag (CC3OF).
TIMx | Timer instance |
None |
Definition at line 4370 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_ClearFlag_CC4 | ( | TIM_TypeDef * | TIMx | ) |
Clear the Capture/Compare 4 interrupt flag (CC4F).
TIMx | Timer instance |
None |
Definition at line 4170 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_ClearFlag_CC4OVR | ( | TIM_TypeDef * | TIMx | ) |
Clear the Capture/Compare 4 over-capture interrupt flag (CC4OF).
TIMx | Timer instance |
None |
Definition at line 4393 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_ClearFlag_CC5 | ( | TIM_TypeDef * | TIMx | ) |
Clear the Capture/Compare 5 interrupt flag (CC5F).
TIMx | Timer instance |
None |
Definition at line 4192 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_ClearFlag_CC6 | ( | TIM_TypeDef * | TIMx | ) |
Clear the Capture/Compare 6 interrupt flag (CC6F).
TIMx | Timer instance |
None |
Definition at line 4214 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_ClearFlag_COM | ( | TIM_TypeDef * | TIMx | ) |
Clear the commutation interrupt flag (COMIF).
TIMx | Timer instance |
None |
Definition at line 4236 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_ClearFlag_SYSBRK | ( | TIM_TypeDef * | TIMx | ) |
Clear the system break interrupt flag (SBIF).
TIMx | Timer instance |
None |
Definition at line 4416 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_ClearFlag_TRIG | ( | TIM_TypeDef * | TIMx | ) |
Clear the trigger interrupt flag (TIF).
TIMx | Timer instance |
None |
Definition at line 4258 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE void LL_TIM_ClearFlag_UPDATE | ( | TIM_TypeDef * | TIMx | ) |
Clear the update interrupt flag (UIF).
TIMx | Timer instance |
None |
Definition at line 4082 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsActiveFlag_BRK | ( | TIM_TypeDef * | TIMx | ) |
Indicate whether break interrupt flag (BIF) is set (break interrupt is pending).
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 4291 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsActiveFlag_BRK2 | ( | TIM_TypeDef * | TIMx | ) |
Indicate whether break 2 interrupt flag (B2IF) is set (break 2 interrupt is pending).
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 4313 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsActiveFlag_CC1 | ( | TIM_TypeDef * | TIMx | ) |
Indicate whether Capture/Compare 1 interrupt flag (CC1F) is set (Capture/Compare 1 interrupt is pending).
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 4115 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsActiveFlag_CC1OVR | ( | TIM_TypeDef * | TIMx | ) |
Indicate whether Capture/Compare 1 over-capture interrupt flag (CC1OF) is set (Capture/Compare 1 interrupt is pending).
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 4336 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsActiveFlag_CC2 | ( | TIM_TypeDef * | TIMx | ) |
Indicate whether Capture/Compare 2 interrupt flag (CC2F) is set (Capture/Compare 2 interrupt is pending).
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 4137 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsActiveFlag_CC2OVR | ( | TIM_TypeDef * | TIMx | ) |
Indicate whether Capture/Compare 2 over-capture interrupt flag (CC2OF) is set (Capture/Compare 2 over-capture interrupt is pending).
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 4359 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsActiveFlag_CC3 | ( | TIM_TypeDef * | TIMx | ) |
Indicate whether Capture/Compare 3 interrupt flag (CC3F) is set (Capture/Compare 3 interrupt is pending).
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 4159 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsActiveFlag_CC3OVR | ( | TIM_TypeDef * | TIMx | ) |
Indicate whether Capture/Compare 3 over-capture interrupt flag (CC3OF) is set (Capture/Compare 3 over-capture interrupt is pending).
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 4382 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsActiveFlag_CC4 | ( | TIM_TypeDef * | TIMx | ) |
Indicate whether Capture/Compare 4 interrupt flag (CC4F) is set (Capture/Compare 4 interrupt is pending).
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 4181 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsActiveFlag_CC4OVR | ( | TIM_TypeDef * | TIMx | ) |
Indicate whether Capture/Compare 4 over-capture interrupt flag (CC4OF) is set (Capture/Compare 4 over-capture interrupt is pending).
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 4405 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsActiveFlag_CC5 | ( | TIM_TypeDef * | TIMx | ) |
Indicate whether Capture/Compare 5 interrupt flag (CC5F) is set (Capture/Compare 5 interrupt is pending).
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 4203 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsActiveFlag_CC6 | ( | TIM_TypeDef * | TIMx | ) |
Indicate whether Capture/Compare 6 interrupt flag (CC6F) is set (Capture/Compare 6 interrupt is pending).
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 4225 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsActiveFlag_COM | ( | TIM_TypeDef * | TIMx | ) |
Indicate whether commutation interrupt flag (COMIF) is set (commutation interrupt is pending).
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 4247 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsActiveFlag_SYSBRK | ( | TIM_TypeDef * | TIMx | ) |
Indicate whether system break interrupt flag (SBIF) is set (system break interrupt is pending).
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 4427 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsActiveFlag_TRIG | ( | TIM_TypeDef * | TIMx | ) |
Indicate whether trigger interrupt flag (TIF) is set (trigger interrupt is pending).
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 4269 of file stm32l4xx_ll_tim.h.
__STATIC_INLINE uint32_t LL_TIM_IsActiveFlag_UPDATE | ( | TIM_TypeDef * | TIMx | ) |
Indicate whether update interrupt flag (UIF) is set (update interrupt is pending).
TIMx | Timer instance |
State | of bit (1 or 0). |
Definition at line 4093 of file stm32l4xx_ll_tim.h.