mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-03 10:30:58 +02:00
Merge branch 'fix/increase_c5_pau_work_time' into 'master'
fix(esp_hw_support): increase esp32c5 wifi link working cost See merge request espressif/esp-idf!41620
This commit is contained in:
@@ -488,8 +488,8 @@ typedef struct pmu_sleep_machine_constant {
|
|||||||
.power_supply_wait_time_us = 2, \
|
.power_supply_wait_time_us = 2, \
|
||||||
.power_up_wait_time_us = 2, \
|
.power_up_wait_time_us = 2, \
|
||||||
.regdma_s2m_work_time_us = 287, \
|
.regdma_s2m_work_time_us = 287, \
|
||||||
.regdma_s2a_work_time_us = 568, \
|
.regdma_s2a_work_time_us = 720, \
|
||||||
.regdma_m2a_work_time_us = 248, \
|
.regdma_m2a_work_time_us = 430, \
|
||||||
.regdma_a2s_work_time_us = 433, \
|
.regdma_a2s_work_time_us = 433, \
|
||||||
.regdma_rf_on_work_time_us = 68, \
|
.regdma_rf_on_work_time_us = 68, \
|
||||||
.regdma_rf_off_work_time_us = 25, \
|
.regdma_rf_off_work_time_us = 25, \
|
||||||
|
Reference in New Issue
Block a user