SAM4S-EK_FreeRTOS+FAT-SL  1.0
An example project to test the functionality of FreeRTOS+FAT-SL using SD card as data storage medium
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
config_fat_sl.h File Reference
#include "ver_fat_sl.h"
#include "api_mdriver.h"

Go to the source code of this file.

Macros

#define F_SECTOR_SIZE   512u /* Disk sector size. */
 
#define F_FS_THREAD_AWARE   1 /* Set to one if the file system will be access from more than one task. */
 
#define F_MAXPATH   64 /* Maximum length a file name (including its full path) can be. */
 
#define F_MAX_LOCK_WAIT_TICKS   20 /* The maximum number of RTOS ticks to wait when attempting to obtain a lock on the file system when F_FS_THREAD_AWARE is set to 1. */
 

Macro Definition Documentation

#define F_FS_THREAD_AWARE   1 /* Set to one if the file system will be access from more than one task. */

Definition at line 58 of file config_fat_sl.h.

#define F_MAX_LOCK_WAIT_TICKS   20 /* The maximum number of RTOS ticks to wait when attempting to obtain a lock on the file system when F_FS_THREAD_AWARE is set to 1. */

Definition at line 60 of file config_fat_sl.h.

#define F_MAXPATH   64 /* Maximum length a file name (including its full path) can be. */

Definition at line 59 of file config_fat_sl.h.

#define F_SECTOR_SIZE   512u /* Disk sector size. */

Definition at line 57 of file config_fat_sl.h.