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 is successful; - or one of error codes from lower-level flash driver.