STM32H735xx 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 337 of file stm32h7xx_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 338 of file stm32h7xx_ll_rtc.h.