STM32F439xx HAL User Manual
Defines
ALARMB TIME FORMAT
RTC Exported Constants

Defines

#define LL_RTC_ALMB_TIME_FORMAT_AM   0x00000000U
#define LL_RTC_ALMB_TIME_FORMAT_PM   RTC_ALRMBR_PM

Define Documentation

#define LL_RTC_ALMB_TIME_FORMAT_AM   0x00000000U

AM or 24-hour format

Definition at line 424 of file stm32f4xx_ll_rtc.h.

Referenced by LL_RTC_ALMB_StructInit().

#define LL_RTC_ALMB_TIME_FORMAT_PM   RTC_ALRMBR_PM

PM

Definition at line 425 of file stm32f4xx_ll_rtc.h.