Function esp_idf_svc::sys::wl_mount

source ยท
pub unsafe extern "C" fn wl_mount(
    partition: *const esp_partition_t,
    out_handle: *mut i32,
) -> i32
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;