Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER by
FLAG Management
[LPTIM Exported Functions]
Functions | |
__STATIC_INLINE void | LL_LPTIM_ClearFLAG_CMPM (LPTIM_TypeDef *LPTIMx) |
Clear the compare match flag (CMPMCF) ICR CMPMCF LL_LPTIM_ClearFLAG_CMPM. | |
__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) ICR ARRMCF LL_LPTIM_ClearFLAG_ARRM. | |
__STATIC_INLINE uint32_t | LL_LPTIM_IsActiveFlag_ARRM (LPTIM_TypeDef *LPTIMx) |
Inform application whether a autoreload match interrupt has occured. | |
__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; If so, a new one can be initiated. | |
__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; If so, a new one can be initiated. | |
__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). |
Function Documentation
__STATIC_INLINE void LL_LPTIM_ClearFLAG_ARRM | ( | LPTIM_TypeDef * | LPTIMx ) |
Clear the autoreload match flag (ARRMCF) ICR ARRMCF LL_LPTIM_ClearFLAG_ARRM.
- Parameters:
-
LPTIMx Low-Power Timer instance
- Return values:
-
None
Definition at line 1031 of file stm32l4xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_ClearFlag_ARROK | ( | LPTIM_TypeDef * | LPTIMx ) |
Clear the autoreload register update interrupt flag (ARROKCF).
ICR ARROKCF LL_LPTIM_ClearFlag_ARROK
- Parameters:
-
LPTIMx Low-Power Timer instance
- Return values:
-
None
Definition at line 1097 of file stm32l4xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_ClearFLAG_CMPM | ( | LPTIM_TypeDef * | LPTIMx ) |
Clear the compare match flag (CMPMCF) ICR CMPMCF LL_LPTIM_ClearFLAG_CMPM.
- Parameters:
-
LPTIMx Low-Power Timer instance
- Return values:
-
None
Definition at line 1009 of file stm32l4xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_ClearFlag_CMPOK | ( | LPTIM_TypeDef * | LPTIMx ) |
Clear the compare register update interrupt flag (CMPOKCF).
ICR CMPOKCF LL_LPTIM_ClearFlag_CMPOK
- Parameters:
-
LPTIMx Low-Power Timer instance
- Return values:
-
None
Definition at line 1075 of file stm32l4xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_ClearFlag_DOWN | ( | LPTIM_TypeDef * | LPTIMx ) |
Clear the counter direction change to down interrupt flag (DOWNCF).
ICR DOWNCF LL_LPTIM_ClearFlag_DOWN
- Parameters:
-
LPTIMx Low-Power Timer instance
- Return values:
-
None
Definition at line 1141 of file stm32l4xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_ClearFlag_EXTTRIG | ( | LPTIM_TypeDef * | LPTIMx ) |
Clear the external trigger valid edge flag(EXTTRIGCF).
ICR EXTTRIGCF LL_LPTIM_ClearFlag_EXTTRIG
- Parameters:
-
LPTIMx Low-Power Timer instance
- Return values:
-
None
Definition at line 1053 of file stm32l4xx_ll_lptim.h.
__STATIC_INLINE void LL_LPTIM_ClearFlag_UP | ( | LPTIM_TypeDef * | LPTIMx ) |
Clear the counter direction change to up interrupt flag (UPCF).
ICR UPCF LL_LPTIM_ClearFlag_UP
- Parameters:
-
LPTIMx Low-Power Timer instance
- Return values:
-
None
Definition at line 1119 of file stm32l4xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_IsActiveFlag_ARRM | ( | LPTIM_TypeDef * | LPTIMx ) |
Inform application whether a autoreload match interrupt has occured.
ISR ARRM LL_LPTIM_IsActiveFlag_ARRM
- Parameters:
-
LPTIMx Low-Power Timer instance
- Return values:
-
State of bit (1 or 0).
Definition at line 1042 of file stm32l4xx_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.
ISR ARROK LL_LPTIM_IsActiveFlag_ARROK
- Parameters:
-
LPTIMx Low-Power Timer instance
- Return values:
-
State of bit (1 or 0).
Definition at line 1108 of file stm32l4xx_ll_lptim.h.
__STATIC_INLINE uint32_t LL_LPTIM_IsActiveFlag_CMPM | ( | LPTIM_TypeDef * | LPTIMx ) |
Inform application whether a compare match interrupt has occurred.
ISR CMPM LL_LPTIM_IsActiveFlag_CMPM
- Parameters:
-
LPTIMx Low-Power Timer instance
- Return values:
-
State of bit (1 or 0).
Definition at line 1020 of file stm32l4xx_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.
ISR CMPOK LL_LPTIM_IsActiveFlag_CMPOK
- Parameters:
-
LPTIMx Low-Power Timer instance
- Return values:
-
State of bit (1 or 0).
Definition at line 1086 of file stm32l4xx_ll_lptim.h.
__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).
ISR DOWN LL_LPTIM_IsActiveFlag_DOWN
- Parameters:
-
LPTIMx Low-Power Timer instance
- Return values:
-
State of bit (1 or 0).
Definition at line 1152 of file stm32l4xx_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.
ISR EXTTRIG LL_LPTIM_IsActiveFlag_EXTTRIG
- Parameters:
-
LPTIMx Low-Power Timer instance
- Return values:
-
State of bit (1 or 0).
Definition at line 1064 of file stm32l4xx_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).
ISR UP LL_LPTIM_IsActiveFlag_UP
- Parameters:
-
LPTIMx Low-Power Timer instance
- Return values:
-
State of bit (1 or 0).
Definition at line 1130 of file stm32l4xx_ll_lptim.h.
Generated on Tue Jul 12 2022 17:38:57 by
