File System API function return values.
More...
|
#define | FSS_OK ((uint8_t)0) |
| : Success.
|
|
#define | FSS_GENERAL_ERROR ((uint8_t)1) |
| : Error.
|
|
#define | FSS_DRIVE_FULL ((uint8_t)2) |
| : Drive memory is full, cannot write anymore into it.
|
|
#define | FSS_END_OF_FILE ((uint8_t)3) |
| : The end of the file is reached while reading from it.
|
|
#define | FSS_END_OF_DIRECTORY ((uint8_t)4) |
| : The end of the directory is reached while reading its entries.
|
|
#define | FSS_NOT_IMPLEMENTED ((uint8_t)5) |
| : Function is either not implemented, or it is disabled.
|
|