diff --git a/components/esp_hw_support/port/esp32c5/include/soc/rtc.h b/components/esp_hw_support/port/esp32c5/include/soc/rtc.h index f1fd4eba23e..90a4af867b9 100644 --- a/components/esp_hw_support/port/esp32c5/include/soc/rtc.h +++ b/components/esp_hw_support/port/esp32c5/include/soc/rtc.h @@ -105,20 +105,20 @@ set pvt default param */ #define PVT_CHANNEL0_SEL 33 #define PVT_CHANNEL1_SEL 37 -#define PVT_CHANNEL0_CFG 0x13e80 -#define PVT_CHANNEL1_CFG 0x13e80 +#define PVT_CHANNEL0_CFG 0x11fff +#define PVT_CHANNEL1_CFG 0x17fff #define PVT_CHANNEL2_CFG 0x10000 #define PVT_CMD0 0x24 #define PVT_CMD1 0x5 #define PVT_CMD2 0x427 #define PVT_TARGET 0xffff #define PVT_CLK_DIV 1 -#define PVT_DELAY_NUM_HIGH 154 +#define PVT_DELAY_NUM_HIGH 157 #define PVT_DELAY_NUM_LOW 147 #define PVT_PUMP_CHANNEL_CODE 1 #define PVT_PUMP_BITMAP 22 #define PVT_PUMP_DRV 0 -#define PVT_DELAY_NUM_PUMP 143 +#define PVT_DELAY_NUM_PUMP 139 /** * @brief Initialize PVT related parameters diff --git a/components/esp_hw_support/port/esp32c6/include/soc/rtc.h b/components/esp_hw_support/port/esp32c6/include/soc/rtc.h index 7e5dddbb74e..3b67462d1fd 100644 --- a/components/esp_hw_support/port/esp32c6/include/soc/rtc.h +++ b/components/esp_hw_support/port/esp32c6/include/soc/rtc.h @@ -102,8 +102,8 @@ set pvt default param */ #define PVT_CHANNEL0_SEL 34 #define PVT_CHANNEL1_SEL 38 -#define PVT_CHANNEL0_CFG 0x1033e -#define PVT_CHANNEL1_CFG 0x1033e +#define PVT_CHANNEL0_CFG 0x11fff +#define PVT_CHANNEL1_CFG 0x17fff #define PVT_CHANNEL2_CFG 0x10000 #define PVT_CMD0 0x24 #define PVT_CMD1 0x5 diff --git a/components/esp_hw_support/port/esp32c61/include/soc/rtc.h b/components/esp_hw_support/port/esp32c61/include/soc/rtc.h index 22087d8d515..646ad649d7b 100644 --- a/components/esp_hw_support/port/esp32c61/include/soc/rtc.h +++ b/components/esp_hw_support/port/esp32c61/include/soc/rtc.h @@ -105,15 +105,15 @@ set pvt default param */ #define PVT_CHANNEL0_SEL 33 #define PVT_CHANNEL1_SEL 37 -#define PVT_CHANNEL0_CFG 0x13e80 -#define PVT_CHANNEL1_CFG 0x13e80 +#define PVT_CHANNEL0_CFG 0x11fff +#define PVT_CHANNEL1_CFG 0x17fff #define PVT_CHANNEL2_CFG 0x10000 #define PVT_CMD0 0x24 #define PVT_CMD1 0x5 #define PVT_CMD2 0x427 #define PVT_TARGET 0xffff #define PVT_CLK_DIV 1 -#define PVT_DELAY_NUM_HIGH 142 +#define PVT_DELAY_NUM_HIGH 145 #define PVT_DELAY_NUM_LOW 135 #define PVT_PUMP_CHANNEL_CODE 1 #define PVT_PUMP_BITMAP 22