MAX_DIR_EX is only used within FatFs.
 
Symbols
loading...
Files
loading...

MAX_DIR_EX macro

Syntax

#define MAX_DIR_EX 0x10000000

References

LocationText
ff.c:326
#define MAX_DIR_EX 0x10000000 /* Max size of exFAT directory */
ff.c:1479
if (ofs >= (DWORD)((_FS_EXFAT && fs->fs_type == FS_EXFAT) ? MAX_DIR_EX : MAX_DIR) || ofs % SZDIRE) { /* Check range of offset and alignment */
ff.c:1531
if (!dp->sect || ofs >= (DWORD)((_FS_EXFAT && fs->fs_type == FS_EXFAT) ? MAX_DIR_EX : MAX_DIR)) return FR_NO_FILE; /* Report EOT when offset has reached max value */