esp_vfs_littlefs_conf_t is only used within perf_benchmark sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
SD card handle to use if both esp_partition handle & partition label is NULL.
uint8_t:1
Format the file system if it fails to mount.
uint8_t : 1
Mount the partition as read-only.
uint8_t:1
Don't attempt to mount.
uint8_t:1
Grow filesystem to match partition size on mount.
const char *
Mounting point.
const char *
Label of partition to use.
partition to use if partition_label is NULL.

References

from examples