Function esp_idf_hal::sys::esp_pm_get_configuration

source ยท
pub unsafe extern "C" fn esp_pm_get_configuration(
    config: *mut c_void,
) -> i32
Expand description

@brief Get implementation-specific power management configuration @param config pointer to implementation-specific configuration structure (e.g. esp_pm_config_esp32) @return - ESP_OK on success - ESP_ERR_INVALID_ARG if the pointer is null