esp_littlefs_t is only used within littlefs sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
Handle to the underlying littlefs.
FS lock.
The partition on which littlefs is located.
Mount point.
struct lfs_config
littlefs Mount configuration.
Singly Linked List of files.
A cache of pointers to the opened files.
uint16_t
The cache allocated size (in pointers).
uint16_t
The count of opened file descriptor used to speed up computation.
bool
Filesystem is read-only.

References

from examples