Function esp_idf_sys::wl_mount

source ยท
pub unsafe extern "C" fn wl_mount(
    partition: *const esp_partition_t,
    out_handle: *mut wl_handle_t,
) -> esp_err_t
Expand description

@brief Mount WL for defined partition

@param partition that will be used for access @param out_handle handle of the WL instance

@return - ESP_OK, if the WL allocation is successful; - ESP_ERR_INVALID_ARG, if the arguments for WL configuration are not valid; - ESP_ERR_NO_MEM, if the WL allocation fails because of insufficient memory;