|
Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
Runtime state of the filesystem. More...
#include <littlefs.h>
Data Fields | |
| uint32_t | disk_version |
| On-disk filesystem version. | |
| uint32_t | block_size |
| Size of filesystem blocks in bytes. | |
| uint32_t | block_count |
| Total number of blocks in the filesystem. | |
| uint32_t | blocks_used |
| Blocks currently in use by the filesystem. | |
Runtime state of the filesystem.
| uint32_t infuse_littlefs_fs_info::block_count |
Total number of blocks in the filesystem.
| uint32_t infuse_littlefs_fs_info::block_size |
Size of filesystem blocks in bytes.
| uint32_t infuse_littlefs_fs_info::blocks_used |
Blocks currently in use by the filesystem.
| uint32_t infuse_littlefs_fs_info::disk_version |
On-disk filesystem version.