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

宏定义

#define LL_RTC_TS_TIME_FORMAT_AM   0x00000000U
#define LL_RTC_TS_TIME_FORMAT_PM   RTC_TSTR_PM

宏定义说明

#define LL_RTC_TS_TIME_FORMAT_AM   0x00000000U

上午或24小时制

Definition at line 417 of file stm32g4xx_ll_rtc.h.

#define LL_RTC_TS_TIME_FORMAT_PM   RTC_TSTR_PM

下午

Definition at line 418 of file stm32g4xx_ll_rtc.h.