Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_pm/
Dpm_impl.c178 static esp_err_t esp_pm_sleep_configure(const void *vconfig) in esp_pm_sleep_configure() argument
181 const esp_pm_config_t* config = (const esp_pm_config_t*) vconfig; in esp_pm_sleep_configure()
194 esp_err_t esp_pm_configure(const void* vconfig) in esp_pm_configure() argument
200 const esp_pm_config_t* config = (const esp_pm_config_t*) vconfig; in esp_pm_configure()
277 esp_err_t esp_pm_get_configuration(void* vconfig) in esp_pm_get_configuration() argument
279 if (vconfig == NULL) { in esp_pm_get_configuration()
283 esp_pm_config_t* config = (esp_pm_config_t*) vconfig; in esp_pm_get_configuration()