STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_LPTIM_ClearFLAG_CMPM (LPTIM_TypeDef *LPTIMx) |
Clear the compare match flag (CMPMCF) | |
__STATIC_INLINE uint32_t | LL_LPTIM_IsActiveFlag_CMPM (LPTIM_TypeDef *LPTIMx) |
Inform application whether a compare match interrupt has occurred. | |
__STATIC_INLINE void | LL_LPTIM_ClearFLAG_ARRM (LPTIM_TypeDef *LPTIMx) |
Clear the autoreload match flag (ARRMCF) | |
__STATIC_INLINE uint32_t | LL_LPTIM_IsActiveFlag_ARRM (LPTIM_TypeDef *LPTIMx) |
Inform application whether a autoreload match interrupt has occurred. | |
__STATIC_INLINE void | LL_LPTIM_ClearFlag_EXTTRIG (LPTIM_TypeDef *LPTIMx) |
Clear the external trigger valid edge flag(EXTTRIGCF). | |
__STATIC_INLINE uint32_t | LL_LPTIM_IsActiveFlag_EXTTRIG (LPTIM_TypeDef *LPTIMx) |
Inform application whether a valid edge on the selected external trigger input has occurred. | |
__STATIC_INLINE void | LL_LPTIM_ClearFlag_CMPOK (LPTIM_TypeDef *LPTIMx) |
Clear the compare register update interrupt flag (CMPOKCF). | |
__STATIC_INLINE uint32_t | LL_LPTIM_IsActiveFlag_CMPOK (LPTIM_TypeDef *LPTIMx) |
Informs application whether the APB bus write operation to the LPTIMx_CMP register has been successfully completed. | |
__STATIC_INLINE void | LL_LPTIM_ClearFlag_ARROK (LPTIM_TypeDef *LPTIMx) |
Clear the autoreload register update interrupt flag (ARROKCF). | |
__STATIC_INLINE uint32_t | LL_LPTIM_IsActiveFlag_ARROK (LPTIM_TypeDef *LPTIMx) |
Informs application whether the APB bus write operation to the LPTIMx_ARR register has been successfully completed. | |
__STATIC_INLINE void | LL_LPTIM_ClearFlag_UP (LPTIM_TypeDef *LPTIMx) |
Clear the counter direction change to up interrupt flag (UPCF). | |
__STATIC_INLINE uint32_t | LL_LPTIM_IsActiveFlag_UP (LPTIM_TypeDef *LPTIMx) |
Informs the application whether the counter direction has changed from down to up (when the LPTIM instance operates in encoder mode). | |
__STATIC_INLINE void | LL_LPTIM_ClearFlag_DOWN (LPTIM_TypeDef *LPTIMx) |
Clear the counter direction change to down interrupt flag (DOWNCF). | |
__STATIC_INLINE uint32_t | LL_LPTIM_IsActiveFlag_DOWN (LPTIM_TypeDef *LPTIMx) |
Informs the application whether the counter direction has changed from up to down (when the LPTIM instance operates in encoder mode). |
__STATIC_INLINE void LL_LPTIM_ClearFLAG_ARRM | ( | LPTIM_TypeDef * | LPTIMx | ) |
Clear the autoreload match flag (ARRMCF)
LPTIMx | Low-Power Timer instance |
None |
Definition at line 1109 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_ClearFlag_ARROK | ( | LPTIM_TypeDef * | LPTIMx | ) |
Clear the autoreload register update interrupt flag (ARROKCF).
LPTIMx | Low-Power Timer instance |
None |
Definition at line 1176 of file stm32h7xx_ll_lptim.h.
Referenced by LL_LPTIM_Disable().
__STATIC_INLINE void LL_LPTIM_ClearFLAG_CMPM | ( | LPTIM_TypeDef * | LPTIMx | ) |
Clear the compare match flag (CMPMCF)
LPTIMx | Low-Power Timer instance |
None |
Definition at line 1087 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_ClearFlag_CMPOK | ( | LPTIM_TypeDef * | LPTIMx | ) |
Clear the compare register update interrupt flag (CMPOKCF).
LPTIMx | Low-Power Timer instance |
None |
Definition at line 1153 of file stm32h7xx_ll_lptim.h.
Referenced by LL_LPTIM_Disable().
__STATIC_INLINE void LL_LPTIM_ClearFlag_DOWN | ( | LPTIM_TypeDef * | LPTIMx | ) |
Clear the counter direction change to down interrupt flag (DOWNCF).
LPTIMx | Low-Power Timer instance |
None |
Definition at line 1222 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_ClearFlag_EXTTRIG | ( | LPTIM_TypeDef * | LPTIMx | ) |
Clear the external trigger valid edge flag(EXTTRIGCF).
LPTIMx | Low-Power Timer instance |
None |
Definition at line 1131 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_ClearFlag_UP | ( | LPTIM_TypeDef * | LPTIMx | ) |
Clear the counter direction change to up interrupt flag (UPCF).
LPTIMx | Low-Power Timer instance |
None |
Definition at line 1199 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_IsActiveFlag_ARRM | ( | LPTIM_TypeDef * | LPTIMx | ) |
Inform application whether a autoreload match interrupt has occurred.
LPTIMx | Low-Power Timer instance |
State | of bit (1 or 0). |
Definition at line 1120 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_IsActiveFlag_ARROK | ( | LPTIM_TypeDef * | LPTIMx | ) |
Informs application whether the APB bus write operation to the LPTIMx_ARR register has been successfully completed.
If so, a new one can be initiated.
LPTIMx | Low-Power Timer instance |
State | of bit (1 or 0). |
Definition at line 1188 of file stm32h7xx_ll_lptim.h.
Referenced by LL_LPTIM_Disable().
__STATIC_INLINE uint32_t LL_LPTIM_IsActiveFlag_CMPM | ( | LPTIM_TypeDef * | LPTIMx | ) |
Inform application whether a compare match interrupt has occurred.
LPTIMx | Low-Power Timer instance |
State | of bit (1 or 0). |
Definition at line 1098 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_IsActiveFlag_CMPOK | ( | LPTIM_TypeDef * | LPTIMx | ) |
Informs application whether the APB bus write operation to the LPTIMx_CMP register has been successfully completed.
If so, a new one can be initiated.
LPTIMx | Low-Power Timer instance |
State | of bit (1 or 0). |
Definition at line 1165 of file stm32h7xx_ll_lptim.h.
Referenced by LL_LPTIM_Disable().
__STATIC_INLINE uint32_t LL_LPTIM_IsActiveFlag_DOWN | ( | LPTIM_TypeDef * | LPTIMx | ) |
Informs the application whether the counter direction has changed from up to down (when the LPTIM instance operates in encoder mode).
LPTIMx | Low-Power Timer instance |
State | of bit (1 or 0). |
Definition at line 1234 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_IsActiveFlag_EXTTRIG | ( | LPTIM_TypeDef * | LPTIMx | ) |
Inform application whether a valid edge on the selected external trigger input has occurred.
LPTIMx | Low-Power Timer instance |
State | of bit (1 or 0). |
Definition at line 1142 of file stm32h7xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_IsActiveFlag_UP | ( | LPTIM_TypeDef * | LPTIMx | ) |
Informs the application whether the counter direction has changed from down to up (when the LPTIM instance operates in encoder mode).
LPTIMx | Low-Power Timer instance |
State | of bit (1 or 0). |
Definition at line 1211 of file stm32h7xx_ll_lptim.h.