HAL + 0/3 examples
CodeScope will show references to LL_RTC_IsActiveFlag_INIT() from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
RTC
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_RTC_IsActiveFlag_INIT()

LL_RTC_IsActiveFlag_INIT() function

Get Initialization flag

Syntax

__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_INIT(RTC_TypeDef *RTCx);

Arguments

RTCx

RTC Instance

Return value

State of bit (1 or 0).

Examples

LL_RTC_IsActiveFlag_INIT() is referenced by 3 libraries and example projects.

References

LocationReferrerText
stm32f4xx_ll_rtc.h:3352
__STATIC_INLINE uint32_t LL_RTC_IsActiveFlag_INIT(RTC_TypeDef *RTCx)
stm32f4xx_ll_rtc.c:729LL_RTC_EnterInitMode()
if (LL_RTC_IsActiveFlag_INIT(RTCx) == 0U)
stm32f4xx_ll_rtc.c:735LL_RTC_EnterInitMode()
tmp = LL_RTC_IsActiveFlag_INIT(RTCx);
stm32f4xx_ll_rtc.c:742LL_RTC_EnterInitMode()
tmp = LL_RTC_IsActiveFlag_INIT(RTCx);

Call Tree

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