Function esp_idf_sys::esp_vfs_fat_spiflash_mount
source ยท pub unsafe extern "C" fn esp_vfs_fat_spiflash_mount(
base_path: *const c_char,
partition_label: *const c_char,
mount_config: *const esp_vfs_fat_mount_config_t,
wl_handle: *mut wl_handle_t,
) -> esp_err_t
Expand description
@cond /
/*
@deprecated Please use esp_vfs_fat_spiflash_mount_rw_wl
instead