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

FM_FAT macro

Syntax

#define FM_FAT 0x01

References

LocationText
ff.h:337
#define FM_FAT 0x01
ff.c:5380
if ((opt & FM_ANY) == FM_FAT32 || !(opt & FM_FAT)) { /* FAT32 only or no-FAT? */
ff.c:5384
if (!(opt & FM_FAT)) return FR_INVALID_PARAMETER; /* no-FAT? */