Home
last modified time | relevance | path

Searched refs:FF_LFN_BUF (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/fatfs/src/
Dffconf.h150 #define FF_LFN_BUF 255 macro
Dff.h245 TCHAR fname[FF_LFN_BUF + 1]; /* Primary file name */
D00history.txt308 Added options for file name output buffer. (FF_LFN_BUF, FF_SFN_BUF).
Dff.c473 #if FF_LFN_BUF < FF_SFN_BUF || FF_SFN_BUF < 12
474 #error Wrong setting of FF_LFN_BUF or FF_SFN_BUF
2135 …wc = put_utf((DWORD)hs << 16 | wc, &fno->fname[di], FF_LFN_BUF - di); /* Store it in API encoding …
2678 …wc = put_utf((DWORD)hs << 16 | wc, &fno->fname[di], FF_LFN_BUF - di); /* Store it in UTF-16 or UTF…