Home
last modified time | relevance | path

Searched refs:FF_USE_LFN (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/fatfs/src/
Dff.h84 #if FF_USE_LFN && FF_LFN_UNICODE == 1 /* Unicode in UTF-16 encoding */
88 #elif FF_USE_LFN && FF_LFN_UNICODE == 2 /* Unicode in UTF-8 encoding */
92 #elif FF_USE_LFN && FF_LFN_UNICODE == 3 /* Unicode in UTF-32 encoding */
96 #elif FF_USE_LFN && (FF_LFN_UNICODE < 0 || FF_LFN_UNICODE > 3)
135 #if FF_USE_LFN
226 #if FF_USE_LFN
243 #if FF_USE_LFN
343 #if FF_USE_LFN >= 1 /* Code conversion (defined in unicode.c) */
348 #if FF_USE_LFN == 3 /* Dynamic memory allocation */
Dffconf.h103 #define FF_USE_LFN 2 macro
105 #define FF_USE_LFN 3 macro
107 #define FF_USE_LFN 0 macro
Dff.c214 #if FF_USE_LFN == 1
460 #if FF_USE_LFN == 0 /* Non-LFN configuration */
482 #if FF_USE_LFN == 1 /* LFN enabled with static working buffer */
492 #elif FF_USE_LFN == 2 /* LFN enabled with dynamic working buffer on the stack */
504 #elif FF_USE_LFN == 3 /* LFN enabled with dynamic working buffer on the heap */
518 #error Wrong setting of FF_USE_LFN
742 #if FF_USE_LFN
1658 #if FF_USE_LFN == 3 /* Quick table clear by using multi-secter write */ in dir_clear()
1866 #if FF_USE_LFN
1977 #if FF_USE_LFN && !FF_FS_READONLY
[all …]
Dffsystem.c10 #if FF_USE_LFN == 3 /* Dynamic memory allocation */
Dffunicode.c28 #if FF_USE_LFN /* This module will be blanked at non-LFN configuration */
D00history.txt297 Improved processing time of f_mkdir() with large cluster size by using FF_USE_LFN = 3.