![]() |
cueOS
2.4
cueOS - Universal Show Control OS for ARM
|
Data Structures | |
| struct | fs_s |
| filesystem object More... | |
Macros | |
| #define | FS_DEFAULT {FS_LINKSTATUS_UNLINKED, FS_UNMOUNTED} |
| file system instance default values More... | |
Enumerations | |
| enum | fs_err_e { FS_OK , FS_CANNOT_LINK_SD , FS_CANNOT_MOUNT_SD , FS_ALREADY_MOUNTED } |
| file system error constants definition More... | |
| enum | fs_link_status_e { FS_LINKSTATUS_UNLINKED = 1 , FS_LINKSTATUS_LINKED = 0 } |
| Conveys information relative to whether the filesystem driver has been linked or not. More... | |
| enum | fs_mount_status_e { FS_MOUNTED , FS_UNMOUNTED } |
| Actual initialisation state of the file system. More... | |
Functions | |
| fs_err_e | fs_init (void) |
| Initialises the file system. More... | |
| fs_mount_status_e | fs_get_mount_status (void) |
| Returns the file system's current state. More... | |
High level File system interface abstraction layer for FatFS. Media types supported include:
| #define FS_DEFAULT {FS_LINKSTATUS_UNLINKED, FS_UNMOUNTED} |
| enum fs_err_e |
file system error constants definition
Series of pre-defined constant error values to be used throughout the whole file system lifecycle.
| enum fs_link_status_e |
| enum fs_mount_status_e |
| fs_mount_status_e fs_get_mount_status | ( | void | ) |
Returns the file system's current state.