littlefs integration with vfs More...
littlefs integration with vfs
Definition in file littlefs_fs.h.
 Include dependency graph for littlefs_fs.h:
 Include dependency graph for littlefs_fs.h:Go to the source code of this file.
| Data Structures | |
| struct | littlefs_desc_t | 
| littlefs descriptor for vfs integration  More... | |
| Variables | |
| const vfs_file_system_t | littlefs_file_system | 
| The littlefs vfs driver. | |
| littlefs configuration | |
| #define | LITTLEFS_LOOKAHEAD_SIZE (128) | 
| Default lookahead size. | |
| #define | LITTLEFS_FILE_BUFFER_SIZE (0) | 
| File buffer size, if 0, dynamic allocation is used. | |
| #define | LITTLEFS_READ_BUFFER_SIZE (0) | 
| Read buffer size, if 0, dynamic allocation is used. | |
| #define | LITTLEFS_PROG_BUFFER_SIZE (0) | 
| Prog buffer size, if 0, dynamic allocation is used. | |
| #define | LITTLEFS_MIN_BLOCK_SIZE_EXP (-1) | 
| The exponent of the minimum acceptable block size in bytes (2^n). | |