STM32F103xB HAL User Manual
Defines
FORMAT
RTC Exported Constants

Defines

#define LL_RTC_FORMAT_BIN   (0x000000000U)
#define LL_RTC_FORMAT_BCD   (0x000000001U)

Define Documentation

#define LL_RTC_FORMAT_BCD   (0x000000001U)

BCD data format

Definition at line 120 of file stm32f1xx_ll_rtc.h.

#define LL_RTC_FORMAT_BIN   (0x000000000U)

Binary data format

Definition at line 119 of file stm32f1xx_ll_rtc.h.

Referenced by LL_RTC_ALARM_Init(), and LL_RTC_TIME_Init().