STM32L443xx HAL User Manual
|
Defines | |
#define | LL_RTC_HOURFORMAT_24HOUR 0x00000000U |
#define | LL_RTC_HOURFORMAT_AMPM RTC_CR_FMT |
#define LL_RTC_HOURFORMAT_24HOUR 0x00000000U |
24 hour/day format
Definition at line 329 of file stm32l4xx_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 330 of file stm32l4xx_ll_rtc.h.