Home
last modified time | relevance | path

Searched refs:MAX_DIR (Results 1 – 2 of 2) sorted by relevance

/third_party/FatFs/source/
Dff.h196 #define MAX_DIR 0x200000 /* Max size of FAT directory */ macro
Dff.c1446 if (ofs >= (DWORD)MAX_DIR || ofs % SZDIRE) { in dir_sdi()
1498 if (ofs >= (DWORD)MAX_DIR) dp->sect = 0; /* Disable it if the offset reached the max value */ in dir_next()