#include "esp_err.h"
#include "esp_vfs.h"
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
Go to the source code of this file.
◆ WL_INVALID_HANDLE
| #define WL_INVALID_HANDLE (-1) |
◆ wl_handle_t
◆ esp_vfs_fat_mount_config_t
◆ esp_vfs_fat_spiflash_mount_rw_wl()
◆ esp_vfs_fat_spiflash_mount_ro()
◆ esp_vfs_fat_spiflash_unmount_rw_wl()
◆ esp_vfs_fat_spiflash_unmount_ro()
| esp_err_t esp_vfs_fat_spiflash_unmount_ro |
( |
const char * |
base_path, |
|
|
const char * |
partition_label |
|
) |
| |
|
extern |
◆ esp_vfs_fat_spiflash_format_rw_wl()
| esp_err_t esp_vfs_fat_spiflash_format_rw_wl |
( |
const char * |
base_path, |
|
|
const char * |
partition_label |
|
) |
| |
|
extern |