Merge branch 'bugfix/wait_tvsl_after_non_pd_top_lightsleep_for_esp32c6' into 'master'
fix(esp_hw_support/sleep): wait flash ready after non-pd_top lightsleep for esp32c6 Closes IDF-6930 See merge request espressif/esp-idf!27726
This commit is contained in:
@@ -291,6 +291,11 @@ void pmu_init(void);
|
||||
*/
|
||||
void pmu_sleep_enable_hp_sleep_sysclk(bool enable);
|
||||
|
||||
/**
|
||||
* Get the time overhead used by regdma to work on the retention link during the hardware wake-up process
|
||||
* @return regdma time cost during hardware wake-up stage in microseconds
|
||||
*/
|
||||
uint32_t pmu_sleep_get_wakup_retention_cost(void);
|
||||
|
||||
#endif //#if SOC_PMU_SUPPORTED
|
||||
|
||||
|
||||
Reference in New Issue
Block a user