ffconf.h File Reference
#include "FreeRTOS.h"
#include "semphr.h"
Include dependency graph for ffconf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#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   0 /* 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   437
 
#define _USE_LFN   2 /* 0 to 3 */
 
#define _MAX_LFN   128 /* 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   0 /* 0 to 2 */
 
#define _VOLUMES   2
 
#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   0 /* 0:Disable or 1:Enable */
 
#define _FS_NOFSINFO   0 /* 0 to 3 */
 
#define _FS_LOCK   0 /* 0:Disable or >=1:Enable */
 
#define _FS_REENTRANT   1 /* 0:Disable or 1:Enable */
 
#define _FS_TIMEOUT   portMAX_DELAY /* Timeout period in unit of time tick */
 
#define _SYNC_t   SemaphoreHandle_t /* O/S dependent sync object type. e.g. HANDLE, OS_EVENT*, ID, SemaphoreHandle_t and etc.. */
 
#define _WORD_ACCESS   1 /* 0 or 1 */
 

Macro Definition Documentation

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