STM32L486xx HAL User Manual
Defines
RTC Input Parameter Format Definitions
RTC Exported Constants

Defines

#define RTC_FORMAT_BIN   ((uint32_t)0x00000000)
#define RTC_FORMAT_BCD   ((uint32_t)0x00000001)

Define Documentation

#define RTC_FORMAT_BCD   ((uint32_t)0x00000001)

Definition at line 322 of file stm32l4xx_hal_rtc.h.

#define RTC_FORMAT_BIN   ((uint32_t)0x00000000)