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

FM_EXFAT macro

Syntax

#define FM_EXFAT 0x04

References

LocationText
ff.h:339
#define FM_EXFAT 0x04
ff.c:5373
if (_FS_EXFAT && (opt & FM_EXFAT)) { /* exFAT possible? */
ff.c:5374
if ((opt & FM_ANY) == FM_EXFAT || sz_vol >= 0x4000000 || au > 128) { /* exFAT only, vol >= 64Ms or au > 128s ? */