|
STM32G474xx HAL 用户手册
|
宏定义 | |
| #define | LL_RTC_MONTH_JANUARY (uint8_t)0x01 |
| #define | LL_RTC_MONTH_FEBRUARY (uint8_t)0x02 |
| #define | LL_RTC_MONTH_MARCH (uint8_t)0x03 |
| #define | LL_RTC_MONTH_APRIL (uint8_t)0x04 |
| #define | LL_RTC_MONTH_MAY (uint8_t)0x05 |
| #define | LL_RTC_MONTH_JUNE (uint8_t)0x06 |
| #define | LL_RTC_MONTH_JULY (uint8_t)0x07 |
| #define | LL_RTC_MONTH_AUGUST (uint8_t)0x08 |
| #define | LL_RTC_MONTH_SEPTEMBER (uint8_t)0x09 |
| #define | LL_RTC_MONTH_OCTOBER (uint8_t)0x10 |
| #define | LL_RTC_MONTH_NOVEMBER (uint8_t)0x11 |
| #define | LL_RTC_MONTH_DECEMBER (uint8_t)0x12 |
| #define LL_RTC_MONTH_APRIL (uint8_t)0x04 |
四月
定义于文件 stm32f4xx_ll_rtc.h 的第 292 行。
| #define LL_RTC_MONTH_AUGUST (uint8_t)0x08 |
八月
定义于文件 stm32f4xx_ll_rtc.h 的第 296 行。
| #define LL_RTC_MONTH_DECEMBER (uint8_t)0x12 |
十二月
定义于文件 stm32f4xx_ll_rtc.h 的第 300 行。
| #define LL_RTC_MONTH_FEBRUARY (uint8_t)0x02 |
二月
定义于文件 stm32f4xx_ll_rtc.h 的第 290 行。
| #define LL_RTC_MONTH_JANUARY (uint8_t)0x01 |
| #define LL_RTC_MONTH_JULY (uint8_t)0x07 |
七月
定义于文件 stm32f4xx_ll_rtc.h 的第 295 行。
| #define LL_RTC_MONTH_JUNE (uint8_t)0x06 |
六月
定义于文件 stm32f4xx_ll_rtc.h 的第 294 行。
| #define LL_RTC_MONTH_MARCH (uint8_t)0x03 |
三月
定义于文件 stm32f4xx_ll_rtc.h 的第 291 行。
| #define LL_RTC_MONTH_MAY (uint8_t)0x05 |
五月
定义于文件 stm32f4xx_ll_rtc.h 的第 293 行。
| #define LL_RTC_MONTH_NOVEMBER (uint8_t)0x11 |
十一月
定义于文件 stm32f4xx_ll_rtc.h 的第 299 行。
| #define LL_RTC_MONTH_OCTOBER (uint8_t)0x10 |
十月
定义于文件 stm32f4xx_ll_rtc.h 的第 298 行。
| #define LL_RTC_MONTH_SEPTEMBER (uint8_t)0x09 |
九月
定义于文件 stm32f4xx_ll_rtc.h 的第 297 行。
1.7.6.1