Przeglądaj źródła

codeclean: fix prefix to LP_AON and add LP_AON_STORE8_REG

Lou Tianhao 2 lat temu
rodzic
commit
9613692350
1 zmienionych plików z 9 dodań i 8 usunięć
  1. 9 8
      components/esp_rom/include/esp32h2/rom/rtc.h

+ 9 - 8
components/esp_rom/include/esp32h2/rom/rtc.h

@@ -42,14 +42,15 @@ extern "C" {
   *
   *************************************************************************************
   *     RTC store registers     usage
-  *     RTC_CNTL_STORE0_REG     Reserved
-  *     RTC_CNTL_STORE1_REG     RTC_SLOW_CLK calibration value
-  *     RTC_CNTL_STORE2_REG     Boot time, low word
-  *     RTC_CNTL_STORE3_REG     Boot time, high word
-  *     RTC_CNTL_STORE4_REG     External XTAL frequency
-  *     RTC_CNTL_STORE5_REG     APB bus frequency
-  *     RTC_CNTL_STORE6_REG     FAST_RTC_MEMORY_ENTRY
-  *     RTC_CNTL_STORE7_REG     FAST_RTC_MEMORY_CRC
+  *     LP_AON_STORE0_REG     Reserved
+  *     LP_AON_STORE1_REG     RTC_SLOW_CLK calibration value
+  *     LP_AON_STORE2_REG     Boot time, low word
+  *     LP_AON_STORE3_REG     Boot time, high word
+  *     LP_AON_STORE4_REG     External XTAL frequency
+  *     LP_AON_STORE5_REG     APB bus frequency
+  *     LP_AON_STORE6_REG     FAST_RTC_MEMORY_ENTRY
+  *     LP_AON_STORE7_REG     FAST_RTC_MEMORY_CRC
+  *     LP_AON_STORE8_REG     Store light sleep wake stub addr
   *************************************************************************************
   */