feat(esp_hw_support): wait pll stable after sleep wakeup

This commit is contained in:
wuzhenghui
2024-10-18 17:55:09 +08:00
parent d622011a2b
commit 58b1838946
10 changed files with 41 additions and 27 deletions

View File

@@ -474,7 +474,7 @@ typedef struct pmu_sleep_machine_constant {
.regdma_rf_on_work_time_us = 70, \
.regdma_rf_off_work_time_us = 23, \
.xtal_wait_stable_time_us = 250, \
.pll_wait_stable_time_us = 1 \
.pll_wait_stable_time_us = 300 \
} \
}