STM32H735xx 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 208 of file stm32h7xx_ll_rtc.h.

#define LL_RTC_FORMAT_BIN   0x00000000U

Binary data format

Definition at line 207 of file stm32h7xx_ll_rtc.h.

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