File syn_lfs.c¶
FileList > src > syntropic > storage > syn_lfs.c
Go to the source code of this file
LittleFS filesystem VFS adapter implementation.
#include "../port/syn_port_flash.h"#include "../util/syn_assert.h"#include "syn_lfs.h"
Public Functions¶
| Type | Name |
|---|---|
| const SYN_VfsOps * | syn_lfs_get_ops (void) Get the VFS operations structure for LittleFS. |
Public Functions Documentation¶
function syn_lfs_get_ops¶
Get the VFS operations structure for LittleFS.
Returns:
Pointer to the static SYN_VfsOps vtable, or NULL if LittleFS is not available.
The documentation for this class was generated from the following file src/syntropic/storage/syn_lfs.c