Home
last modified time | relevance | path

Searched refs:cpu_domain_pd_allowed (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Dsleep_cpu.h29 bool cpu_domain_pd_allowed(void);
/hal_espressif-latest/components/esp_pm/
Dlinker.lf24 sleep_cpu:cpu_domain_pd_allowed (noflash)
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c1987 return (cpu_domain_pd_allowed() && \
2109 …if ((s_config.domain[ESP_PD_DOMAIN_CPU].pd_option != ESP_PD_OPTION_ON) && cpu_domain_pd_allowed())…
Dsleep_cpu.c764 bool cpu_domain_pd_allowed(void) in cpu_domain_pd_allowed() function