HAL
LL_LPTIM_IsActiveFlag_CMPOK() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_LPTIM_IsActiveFlag_CMPOK()

LL_LPTIM_IsActiveFlag_CMPOK() function

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.

Syntax

__STATIC_INLINE uint32_t LL_LPTIM_IsActiveFlag_CMPOK(const LPTIM_TypeDef *LPTIMx);

Arguments

LPTIMx

Low-Power Timer instance

Return value

State of bit (1 or 0).

References

LocationReferrerText
stm32f4xx_ll_lptim.h:1057
__STATIC_INLINE uint32_t LL_LPTIM_IsActiveFlag_CMPOK(const LPTIM_TypeDef *LPTIMx)
stm32f4xx_ll_lptim.c:247LL_LPTIM_Disable()
} while (((LL_LPTIM_IsActiveFlag_CMPOK(LPTIMx) != 1UL)) && ((rcc_clock.SYSCLK_Frequency) > 0UL));

Call Tree

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