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

FS_FAT32 macro

Syntax

#define FS_FAT32 3

References

LocationText
ff.h:346
#define FS_FAT32 3
ff.c:954
if (fs->fs_type == FS_FAT32 && fs->fsi_flag == 1) {
ff.c:1032
case FS_FAT32 :
ff.c:1114
case FS_FAT32 : /* DWORD aligned items */
ff.c:1484
if (clst == 0 && fs->fs_type >= FS_FAT32) { /* Replace cluster# 0 with root cluster# */
ff.c:1640
if (fs->fs_type == FS_FAT32) {
ff.c:1657
if (fs->fs_type == FS_FAT32) {
ff.c:3143
fmt = FS_FAT32;
ff.c:3152
if (fmt == FS_FAT32) {
ff.c:3170
if (fmt == FS_FAT32 /* Enable FSINFO only if FAT32 and BPB_FSInfo32 == 1 */
ff.c:4664
if (fs->fs_type == FS_FAT32 && pcl == fs->dirbase) pcl = 0;
ff.c:5381
fmt = FS_FAT32; break;
ff.c:5555
if (fmt == FS_FAT32) { /* FAT32 volume */
ff.c:5586
if (fmt == FS_FAT32) { /* FAT32: Move FAT base */
ff.c:5595
if (fmt == FS_FAT32) {
ff.c:5607
fmt = FS_FAT32; continue; /* Switch type to FAT32 and retry */
ff.c:5634
st_word(buf + BPB_RootEntCnt, (WORD)((fmt == FS_FAT32) ? 0 : n_rootdir)); /* Number of root directory entries */
ff.c:5644
if (fmt == FS_FAT32) {
ff.c:5664
if (fmt == FS_FAT32) {
ff.c:5680
if (fmt == FS_FAT32) {
ff.c:5697
nsect = (fmt == FS_FAT32) ? pau : sz_dir; /* Number of root directory sectors */
ff.c:5709
if (fmt == FS_FAT32) {