|
CARME-M4 BSP
V1.5
|
System Configurations. More...
Collaboration diagram for System:Macros | |
| #define | _WORD_ACCESS 0 |
| The _WORD_ACCESS option is an only platform dependent option. It defines which access method is used to the word data on the FAT volume. More... | |
| #define | _FS_REENTRANT 1 |
| The _FS_REENTRANT option switches the re-entrancy (thread safe) of the FatFs module. More... | |
| #define | _FS_TIMEOUT 1000 |
| Timeout period in unit of time ticks. | |
| #define | _SYNC_t void * |
| O/S dependent type of sync object. e.g. HANDLE, OS_EVENT*, ID and etc.. | |
| #define | _FS_LOCK 8 |
| To enable file lock control feature, set _FS_LOCK to 1 or greater. The value defines how many files can be opened simultaneously. More... | |
System Configurations.
| #define _FS_LOCK 8 |
| #define _FS_REENTRANT 1 |
The _FS_REENTRANT option switches the re-entrancy (thread safe) of the FatFs module.
Value:
| #define _WORD_ACCESS 0 |
The _WORD_ACCESS option is an only platform dependent option. It defines which access method is used to the word data on the FAT volume.
Value: