STM32F439xx 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 225 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_FORMAT_BIN   0x000000000U

Binary data format

Definition at line 224 of file stm32f4xx_ll_rtc.h.

Referenced by LL_RTC_ALMA_Init(), LL_RTC_ALMB_Init(), LL_RTC_DATE_Init(), and LL_RTC_TIME_Init().