Skip to content

Commit 7597670

Browse files
esp-lisQingzhaoYin
authored andcommitted
change(esp_hw_support): update pmu sleep parameters for esp32c5 eco2
1 parent 8272cc8 commit 7597670

File tree

1 file changed

+5
-5
lines changed
  • components/esp_hw_support/port/esp32c5/private_include

1 file changed

+5
-5
lines changed

components/esp_hw_support/port/esp32c5/private_include/pmu_param.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -487,11 +487,11 @@ typedef struct pmu_sleep_machine_constant {
487487
.reset_wait_time_us = 1, \
488488
.power_supply_wait_time_us = 2, \
489489
.power_up_wait_time_us = 2, \
490-
.regdma_s2m_work_time_us = 275, \
491-
.regdma_s2a_work_time_us = 587, \
492-
.regdma_m2a_work_time_us = 320, \
493-
.regdma_a2s_work_time_us = 494, \
494-
.regdma_rf_on_work_time_us = 60, \
490+
.regdma_s2m_work_time_us = 287, \
491+
.regdma_s2a_work_time_us = 568, \
492+
.regdma_m2a_work_time_us = 248, \
493+
.regdma_a2s_work_time_us = 433, \
494+
.regdma_rf_on_work_time_us = 68, \
495495
.regdma_rf_off_work_time_us = 25, \
496496
.xtal_wait_stable_time_us = 250, \
497497
.pll_wait_stable_time_us = 50 \

0 commit comments

Comments
 (0)