STM32G474xx HAL User Manual
宏定义
小时格式
RTC Exported Constants

宏定义

#define LL_RTC_HOURFORMAT_24HOUR   0x00000000U
#define LL_RTC_HOURFORMAT_AMPM   RTC_CR_FMT

宏定义文档

#define LL_RTC_HOURFORMAT_24HOUR   0x00000000U

24小时制

Definition at line 308 of file stm32g4xx_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小时格式

Definition at line 309 of file stm32g4xx_ll_rtc.h.