|
#define | _FFCONF 8051 /* Revision ID */ |
|
#define | _FS_TINY 0 /* 0:Normal or 1:Tiny */ |
|
#define | _FS_READONLY 0 /* 0:Read/Write or 1:Read only */ |
|
#define | _FS_MINIMIZE 0 /* 0 to 3 */ |
|
#define | _USE_STRFUNC 2 /* 0:Disable or 1-2:Enable */ |
|
#define | _USE_MKFS 1 /* 0:Disable or 1:Enable */ |
|
#define | _USE_FASTSEEK 0 /* 0:Disable or 1:Enable */ |
|
#define | _USE_LABEL 0 /* 0:Disable or 1:Enable */ |
|
#define | _USE_FORWARD 0 /* 0:Disable or 1:Enable */ |
|
#define | _CODE_PAGE 1252 |
|
#define | _USE_LFN 2 /* 0 to 3 */ |
|
#define | _MAX_LFN 255 /* Maximum LFN length to handle (12 to 255) */ |
|
#define | _LFN_UNICODE 0 /* 0:ANSI/OEM or 1:Unicode */ |
|
#define | _STRF_ENCODE 3 /* 0:ANSI/OEM, 1:UTF-16LE, 2:UTF-16BE, 3:UTF-8 */ |
|
#define | _FS_RPATH 2 /* 0 to 2 */ |
|
#define | _VOLUMES 1 |
|
#define | _STR_VOLUME_ID 0 /* 0:Use only 0-9 for drive ID, 1:Use strings for drive ID */ |
|
#define | _VOLUME_STRS "RAM","NAND","CF","SD1","SD2","USB1","USB2","USB3" |
|
#define | _MULTI_PARTITION 0 /* 0:Single partition, 1:Enable multiple partition */ |
|
#define | _MIN_SS 512 |
|
#define | _MAX_SS 512 |
|
#define | _USE_ERASE 1 /* 0:Disable or 1:Enable */ |
|
#define | _FS_NOFSINFO 0 /* 0 to 3 */ |
|
#define | _FS_REENTRANT 1 /* 0:Disable or 1:Enable */ |
|
#define | _FS_TIMEOUT MS2ST(1000) /* Timeout period in unit of time tick */ |
|
#define | _SYNC_t semaphore_t* /* O/S dependent sync object type. e.g. HANDLE, OS_EVENT*, ID, SemaphoreHandle_t and etc.. */ |
|
#define | _WORD_ACCESS 1 /* 0 or 1 */ |
|
#define | _FS_LOCK 0 /* 0:Disable or >=1:Enable */ |
|