Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dff.h46 #if FF_USE_LFN == 0 /* Non-LFN configuration */
64 #if FF_USE_LFN == 1 /* LFN enabled with static working buffer */
71 #elif FF_USE_LFN == 2 /* LFN enabled with dynamic working buffer on the stack */
77 #elif FF_USE_LFN == 3 /* LFN enabled with dynamic working buffer on the heap */
85 #error Wrong setting of FF_USE_LFN
145 #if FF_USE_LFN && FF_LFN_UNICODE == 1 /* Unicode in UTF-16 encoding */
149 #elif FF_USE_LFN && FF_LFN_UNICODE == 2 /* Unicode in UTF-8 encoding */
153 #elif FF_USE_LFN && FF_LFN_UNICODE == 3 /* Unicode in UTF-32 encoding */
157 #elif FF_USE_LFN && (FF_LFN_UNICODE < 0 || FF_LFN_UNICODE > 3)
228 #if FF_USE_LFN
[all …]
Dffconf.h143 #define FF_USE_LFN 2 macro
Dff.c170 #if FF_USE_LFN == 1
576 #if FF_USE_LFN
1413 #if FF_USE_LFN == 3 /* Quick table clear by using multi-secter write */ in dir_clear()
1621 #if FF_USE_LFN
1732 #if FF_USE_LFN && !FF_FS_READONLY
1790 #if FF_USE_LFN
1829 #if FF_USE_LFN in dir_read()
1843 #if FF_USE_LFN /* LFN configuration */ in dir_read()
1886 #if FF_USE_LFN in dir_read_massive()
1900 #if FF_USE_LFN /* LFN configuration */ in dir_read_massive()
[all …]
Dffunicode.c28 #if FF_USE_LFN /* This module will be blanked if non-LFN configuration */
D00history.txt297 Improved processing time of f_mkdir() with large cluster size by using FF_USE_LFN = 3.
/third_party/FatFs/documents/
Dupdates.txt26 Improved processing time of f_mkdir() with large cluster size by using FF_USE_LFN = 3.