FatFS
MIN_FAT12_DATA_SEC
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
MIN_FAT12_DATA_SEC
MIN_FAT12_DATA_SEC macro
Syntax
Show:
Summary
Declaration
from
ff.c:47
#define
MIN_FAT12_DATA_SEC
1
Examples
References
from
examples
Code
Location
#define
MIN_FAT12_DATA_SEC
1
/* Min FAT data sectors */
ff.c:47
if
(
sz_vol
<
b_data
+
pau
*
MIN_FAT12_DATA_SEC
-
b_vol
)
LEAVE_MKFS
(
FR_MKFS_ABORTED
)
;
/* Too small volume? */
ff.c:6275
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