|
STM32G474xx HAL User Manual
|
宏定义 | |
| #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.
1.7.6.1