|
STM32G474xx HAL用户手册
|
宏定义 | |
| #define | LL_RTC_CALIB_PERIOD_32SEC 0x00000000U |
| #define | LL_RTC_CALIB_PERIOD_16SEC RTC_CALR_CALW16 |
| #define | LL_RTC_CALIB_PERIOD_8SEC RTC_CALR_CALW8 |
| #define LL_RTC_CALIB_PERIOD_16SEC RTC_CALR_CALW16 |
使用16秒校准周期
定义于第 672 行,文件 stm32g4xx_ll_rtc.h。
| #define LL_RTC_CALIB_PERIOD_32SEC 0x00000000U |
使用32秒校准周期
定义于第 671 行,文件 stm32g4xx_ll_rtc.h。
| #define LL_RTC_CALIB_PERIOD_8SEC RTC_CALR_CALW8 |
使用8秒校准周期
定义于第 673 行,文件 stm32g4xx_ll_rtc.h。
1.7.6.1