HAL
LL_SYSTICK_IsActiveCounterFlag() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_SYSTICK_IsActiveCounterFlag()

LL_SYSTICK_IsActiveCounterFlag() function

This function checks if the Systick counter flag is active or not.

Syntax

__STATIC_INLINE uint32_t LL_SYSTICK_IsActiveCounterFlag(void);

Return value

State of bit (1 or 0).

Notes

It can be used in timeout function on application side.

References

LocationReferrerText
stm32f4xx_ll_cortex.h:229
__STATIC_INLINE uint32_t LL_SYSTICK_IsActiveCounterFlag(void)
stm32f4xx_ll_rtc.c:738LL_RTC_EnterInitMode()
if (LL_SYSTICK_IsActiveCounterFlag() == 1U)
stm32f4xx_ll_rtc.c:806LL_RTC_WaitForSynchro()
if (LL_SYSTICK_IsActiveCounterFlag() == 1U)

Call Tree

Functions calling LL_SYSTICK_IsActiveCounterFlag()
LL_SYSTICK_IsActiveCounterFlag()
Data read by LL_SYSTICK_IsActiveCounterFlag()
all items filtered out
LL_SYSTICK_IsActiveCounterFlag()
Type of LL_SYSTICK_IsActiveCounterFlag()
LL_SYSTICK_IsActiveCounterFlag()
uint32_t
all items filtered out