Function esp_idf_sys::wl_unmount

source ·
pub unsafe extern "C" fn wl_unmount(handle: wl_handle_t) -> esp_err_t
Expand description

@brief Unmount WL for defined partition

@param handle WL partition handle

@return - ESP_OK, if the operation completed successfully; - or one of error codes from lower-level flash driver.