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

FM_FAT32 macro

Syntax

#define FM_FAT32 0x02

References

LocationText
ff.h:338
#define FM_FAT32 0x02
ff.c:5379
if (opt & FM_FAT32) { /* FAT32 possible? */
ff.c:5380
if ((opt & FM_ANY) == FM_FAT32 || !(opt & FM_FAT)) { /* FAT32 only or no-FAT? */
ff.c:5606
if ((opt & FM_FAT32)) {