STM32F439xx HAL User Manual
Defines
HOUR FORMAT
RTC Exported Constants

Defines

#define LL_RTC_HOURFORMAT_24HOUR   0x00000000U
#define LL_RTC_HOURFORMAT_AMPM   RTC_CR_FMT

Define Documentation

#define LL_RTC_HOURFORMAT_24HOUR   0x00000000U

24 hour/day format

Definition at line 323 of file stm32f4xx_ll_rtc.h.

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

#define LL_RTC_HOURFORMAT_AMPM   RTC_CR_FMT

AM/PM hour format

Definition at line 324 of file stm32f4xx_ll_rtc.h.