VSF Documented
esp_littlefs.h File Reference
#include "esp_err.h"
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>

Go to the source code of this file.

Data Structures

struct  esp_vfs_littlefs_conf_t
 

Typedefs

typedef struct esp_vfs_littlefs_conf_t esp_vfs_littlefs_conf_t
 

Functions

esp_err_t esp_vfs_littlefs_register (const esp_vfs_littlefs_conf_t *conf)
 
esp_err_t esp_vfs_littlefs_unregister (const char *partition_label)
 
esp_err_t esp_littlefs_format (const char *partition_label)
 
esp_err_t esp_littlefs_info (const char *partition_label, size_t *total_bytes, size_t *used_bytes)
 
bool esp_littlefs_mounted (const char *partition_label)
 

Typedef Documentation

◆ esp_vfs_littlefs_conf_t

typedef struct esp_vfs_littlefs_conf_t esp_vfs_littlefs_conf_t

Function Documentation

◆ esp_vfs_littlefs_register()

esp_err_t esp_vfs_littlefs_register ( const esp_vfs_littlefs_conf_t * conf)
extern

◆ 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_err_t esp_littlefs_info ( const char * partition_label,
size_t * total_bytes,
size_t * used_bytes )
extern

◆ esp_littlefs_mounted()

bool esp_littlefs_mounted ( const char * partition_label)
extern
Generated from commit: vsfteam/vsf@36b16b1