HAL
LL_RTC_FORMAT_BIN is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_RTC_FORMAT_BIN macro

Binary data format

Syntax

#define LL_RTC_FORMAT_BIN 0x00000000U

References

LocationText
stm32f4xx_ll_rtc.h:207
#define LL_RTC_FORMAT_BIN 0x00000000U /*!< Binary data format */
stm32f4xx_ll_rtc.c:259
if (RTC_Format == LL_RTC_FORMAT_BIN)
stm32f4xx_ll_rtc.c:297
if (RTC_Format != LL_RTC_FORMAT_BIN)
stm32f4xx_ll_rtc.c:362
if ((RTC_Format == LL_RTC_FORMAT_BIN) && ((RTC_DateStruct->Month & 0x10U) == 0x10U))
stm32f4xx_ll_rtc.c:366
if (RTC_Format == LL_RTC_FORMAT_BIN)
stm32f4xx_ll_rtc.c:387
if (RTC_Format != LL_RTC_FORMAT_BIN)
stm32f4xx_ll_rtc.c:452
if (RTC_Format == LL_RTC_FORMAT_BIN)
stm32f4xx_ll_rtc.c:510
if (RTC_Format != LL_RTC_FORMAT_BIN)
stm32f4xx_ll_rtc.c:527
if (RTC_Format != LL_RTC_FORMAT_BIN)
stm32f4xx_ll_rtc.c:570
if (RTC_Format == LL_RTC_FORMAT_BIN)
stm32f4xx_ll_rtc.c:628
if (RTC_Format != LL_RTC_FORMAT_BIN)
stm32f4xx_ll_rtc.c:645
if (RTC_Format != LL_RTC_FORMAT_BIN)