Searched refs:vconfig (Results 1 – 1 of 1) sorted by relevance
178 static esp_err_t esp_pm_sleep_configure(const void *vconfig) in esp_pm_sleep_configure() argument181 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() argument200 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() argument279 if (vconfig == NULL) { in esp_pm_get_configuration()283 esp_pm_config_t* config = (esp_pm_config_t*) vconfig; in esp_pm_get_configuration()