mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
feat(esp_hw_support): wait pll stable after sleep wakeup
This commit is contained in:
@@ -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 \
|
||||
} \
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user