Function esp_idf_hal::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 allocation was successfully; - ESP_ERR_INVALID_ARG, if WL allocation was unsuccessful; - ESP_ERR_NO_MEM, if there was no memory to allocate WL components;