STM32L486xx HAL User Manual
Defines
FORMAT
RTC Exported Constants

Defines

#define LL_RTC_FORMAT_BIN   0x00000000U
#define LL_RTC_FORMAT_BCD   0x00000001U

Define Documentation

#define LL_RTC_FORMAT_BCD   0x00000001U

BCD data format

Definition at line 225 of file stm32l4xx_ll_rtc.h.

#define LL_RTC_FORMAT_BIN   0x00000000U

Binary data format

Definition at line 224 of file stm32l4xx_ll_rtc.h.

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