We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316d744 commit 4193bf5Copy full SHA for 4193bf5
components/esp_hw_support/port/esp32c61/private_include/pmu_param.h
@@ -486,7 +486,7 @@ typedef struct pmu_sleep_machine_constant {
486
.power_supply_wait_time_us = 20, \
487
.power_up_wait_time_us = 2, \
488
.regdma_s2m_work_time_us = 270, \
489
- .regdma_s2a_work_time_us = 666, \
+ .regdma_s2a_work_time_us = 800, \
490
.regdma_m2a_work_time_us = 296, \
491
.regdma_a2s_work_time_us = 586, \
492
.regdma_rf_on_work_time_us = 138, \
0 commit comments