FatFS
MIN_FAT12_SEC_VOL
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_SEC_VOL
MIN_FAT12_SEC_VOL macro
Syntax
Show:
Summary
Declaration
from
ff.c:45
#define
MIN_FAT12_SEC_VOL
4
Examples
References
from
examples
Code
Location
#define
MIN_FAT12_SEC_VOL
4
/* Min size of the FAT sector volume
ff.c:45
&&
(
ld_word
(
fs
->
win
+
BPB_TotSec16
)
>=
MIN_FAT12_SEC_VOL
||
ld_dword
(
fs
->
win
+
BPB_TotSec32
)
>=
0x10000
)
/* Properness of volume sectors (>=MIN_FAT12_SEC_VOL) */
ff.c:3324
if
(
sz_vol
<
MIN_FAT12_SEC_VOL
)
LEAVE_MKFS
(
FR_MKFS_ABORTED
)
;
/* Check if volume size is >= MIN_FAT12_SEC_VOLs */
ff.c:6041
if
(
sz_vol
<
(
MIN_FAT12_SEC_VOL
+
1
)
)
LEAVE_MKFS
(
FR_MKFS_ABORTED
)
;
/* Check if volume size is >= (MIN_FAT12_SEC_VOL+1)s */
ff.c:6043
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