HAL + 0/30 examples
CodeScope will show references to RTC_FORMAT_BIN from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
Examples
PWR
RTC
STM324xG_EVAL
Demonstrations
Examples
PWR
RTC
STM32F429I-Discovery
Demonstrations
STM32446E-Nucleo
Examples
RTC
STM32469I_EVAL
Examples
PWR
RTC
STM324x9I_EVAL
Demonstrations
STemWin
Examples
PWR
RTC
STM32F410xx-Nucleo
Examples
RTC
STM32F411RE-Nucleo
Examples
RTC
STM32F412G-Discovery
Examples
RTC
STM32F412ZG-Nucleo
Examples
RTC
STM32F413H-Discovery
Examples
RTC
STM32F413ZH-Nucleo
Examples
RTC
STM32F429ZI-Nucleo
Examples
RTC
STM32F446ZE-Nucleo
Examples
RTC
 
Symbols
loading...
Files
loading...

RTC_FORMAT_BIN macro

Syntax

#define RTC_FORMAT_BIN 0x00000000U

Examples

RTC_FORMAT_BIN is referenced by 30 libraries and example projects.

References

LocationText
stm32f4xx_hal_rtc.h:302
#define RTC_FORMAT_BIN 0x00000000U
stm32_hal_legacy.h:1215
#define FORMAT_BIN RTC_FORMAT_BIN
stm32f4xx_hal_rtc.c:713
if (Format == RTC_FORMAT_BIN)
stm32f4xx_hal_rtc.c:835
if (Format == RTC_FORMAT_BIN)
stm32f4xx_hal_rtc.c:870
if ((Format == RTC_FORMAT_BIN) && ((sDate->Month & 0x10U) == 0x10U))
stm32f4xx_hal_rtc.c:877
if (Format == RTC_FORMAT_BIN)
stm32f4xx_hal_rtc.c:963
if (Format == RTC_FORMAT_BIN)
stm32f4xx_hal_rtc.c:1026
if (Format == RTC_FORMAT_BIN)
stm32f4xx_hal_rtc.c:1223
if (Format == RTC_FORMAT_BIN)
stm32f4xx_hal_rtc.c:1527
if (Format == RTC_FORMAT_BIN)
stm32f4xx_hal_rtc.h:840
#define IS_RTC_FORMAT(FORMAT) (((FORMAT) == RTC_FORMAT_BIN) || ((FORMAT) == RTC_FORMAT_BCD))
stm32f4xx_hal_rtc_ex.c:391
if (Format == RTC_FORMAT_BIN)