STM32G474xx HAL用户手册
定义
时间格式
RTC导出常量

定义

#define LL_RTC_TIME_FORMAT_AM_OR_24   0x00000000U
#define LL_RTC_TIME_FORMAT_PM   RTC_TR_PM

定义文档

#define LL_RTC_TIME_FORMAT_AM_OR_24   0x00000000U

上午或24小时制

Definition at line 346 of file stm32g4xx_ll_rtc.h.

Referenced by LL_RTC_TIME_StructInit().

#define LL_RTC_TIME_FORMAT_PM   RTC_TR_PM

下午

Definition at line 347 of file stm32g4xx_ll_rtc.h.