STM32L486xx HAL User Manual
Defines
ALARMA TIME FORMAT
RTC Exported Constants

Defines

#define LL_RTC_ALMA_TIME_FORMAT_AM   0x00000000U
#define LL_RTC_ALMA_TIME_FORMAT_PM   RTC_ALRMAR_PM

Define Documentation

#define LL_RTC_ALMA_TIME_FORMAT_AM   0x00000000U

AM or 24-hour format

Definition at line 396 of file stm32l4xx_ll_rtc.h.

Referenced by LL_RTC_ALMA_StructInit().

#define LL_RTC_ALMA_TIME_FORMAT_PM   RTC_ALRMAR_PM

PM

Definition at line 397 of file stm32l4xx_ll_rtc.h.