Home
last modified time | relevance | path

Searched defs:INIT_NAMBUF (Results 1 – 1 of 1) sorted by relevance

/fatfs-2.7.6/
Dff.c499 #define INIT_NAMBUF(fs) macro
522 #define INIT_NAMBUF(fs) macro
529 #define INIT_NAMBUF(fs) { (fs)->lfnbuf = lbuf; (fs)->dirbuf = dbuf; } macro
533 #define INIT_NAMBUF(fs) { (fs)->lfnbuf = lbuf; } macro
541 #define INIT_NAMBUF(fs) { lfn = ff_memalloc((FF_MAX_LFN+1)*2 + MAXDIRB(FF_MAX_LFN)); if (!lfn) LEAV… macro
545 #define INIT_NAMBUF(fs) { lfn = ff_memalloc((FF_MAX_LFN+1)*2); if (!lfn) LEAVE_FF(fs, FR_NOT_ENOUGH… macro