FatFS
MAX_FAT12
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_FAT12
MAX_FAT12 macro
Syntax
Show:
Summary
Declaration
from
ff.c:40
#define
MAX_FAT12
0xFF5
Examples
References
from
examples
Code
Location
#define
MAX_FAT12
0xFF5
/* Max FAT12 clusters (differs from specs, but right for real DOS/Windows behavior) */
ff.c:40
if
(
nclst
<=
MAX_FAT12
)
fmt
=
FS_FAT12
;
ff.c:3551
if
(
n_clst
>
MAX_FAT12
)
{
ff.c:6250
if
(
n_clst
<=
MAX_FAT12
)
{
/* Too few clusters for FAT16 */
ff.c:6294
if
(
fsty
==
FS_FAT12
&&
n_clst
>
MAX_FAT12
)
LEAVE_MKFS
(
FR_MKFS_ABORTED
)
;
/* Too many clusters for FAT12 */
ff.c:6299
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