FatFS
MAX_FAT16
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_FAT16
MAX_FAT16 macro
Syntax
Show:
Summary
Declaration
from
ff.c:41
#define
MAX_FAT16
0xFFF5
Examples
References
from
examples
Code
Location
#define
MAX_FAT16
0xFFF5
/* Max FAT16 clusters (differs from specs, but right for real DOS/Windows behavior) */
ff.c:41
if
(
nclst
<=
MAX_FAT16
)
fmt
=
FS_FAT16
;
ff.c:3550
if
(
n_clst
<=
MAX_FAT16
||
n_clst
>
MAX_FAT32
)
LEAVE_MKFS
(
FR_MKFS_ABORTED
)
;
ff.c:6243
if
(
n_clst
<=
MAX_FAT16
)
{
/* Too few clusters for FAT32? */
ff.c:6278
if
(
n_clst
>
MAX_FAT16
)
{
/* Too many clusters for FAT16 */
ff.c:6284
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