FatFS
MAX_FAT32
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
MAX_FAT32
MAX_FAT32 macro
Syntax
Show:
Summary
Declaration
from
ff.c:42
#define
MAX_FAT32
0x0FFFFFF5
Examples
References
from
examples
Code
Location
#define
MAX_FAT32
0x0FFFFFF5
/* Max FAT32 clusters (not specified, practical limit) */
ff.c:42
if
(
nclst
<=
MAX_FAT32
)
fmt
=
FS_FAT32
;
ff.c:3549
if
(
n_clst
<=
MAX_FAT16
||
n_clst
>
MAX_FAT32
)
LEAVE_MKFS
(
FR_MKFS_ABORTED
)
;
ff.c:6243
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out