#include "esp_err.h"
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
Go to the source code of this file.
◆ esp_vfs_littlefs_conf_t
| typedef struct esp_vfs_littlefs_conf_t esp_vfs_littlefs_conf_t |
◆ esp_vfs_littlefs_register()
◆ esp_vfs_littlefs_unregister()
| esp_err_t esp_vfs_littlefs_unregister |
( |
const char * | partition_label | ) |
|
|
extern |
◆ esp_littlefs_format()
| esp_err_t esp_littlefs_format |
( |
const char * | partition_label | ) |
|
|
extern |
◆ esp_littlefs_info()
◆ esp_littlefs_mounted()
| bool esp_littlefs_mounted |
( |
const char * | partition_label | ) |
|
|
extern |