Searched refs:FF_USE_LFN (Results 1 – 6 of 6) sorted by relevance
84 #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_LFN226 #if FF_USE_LFN243 #if FF_USE_LFN343 #if FF_USE_LFN >= 1 /* Code conversion (defined in unicode.c) */348 #if FF_USE_LFN == 3 /* Dynamic memory allocation */
103 #define FF_USE_LFN 2 macro105 #define FF_USE_LFN 3 macro107 #define FF_USE_LFN 0 macro
214 #if FF_USE_LFN == 1460 #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_LFN742 #if FF_USE_LFN1658 #if FF_USE_LFN == 3 /* Quick table clear by using multi-secter write */ in dir_clear()1866 #if FF_USE_LFN1977 #if FF_USE_LFN && !FF_FS_READONLY[all …]
10 #if FF_USE_LFN == 3 /* Dynamic memory allocation */
28 #if FF_USE_LFN /* This module will be blanked at non-LFN configuration */
297 Improved processing time of f_mkdir() with large cluster size by using FF_USE_LFN = 3.