FatFS
MIN_REQ_SEC
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
MIN_REQ_SEC
MIN_REQ_SEC macro
Syntax
Show:
Summary
Declaration
from
vfs_fat_spiflash.c:20
#define
MIN_REQ_SEC
128
Examples
References
from
examples
Code
Location
#define
MIN_REQ_SEC
128
vfs_fat_spiflash.c:20
const
MKFS_PARM
opt
=
{
(
BYTE
)
(
FM_ANY
|
FM_SFD
)
,
(
mount_config
->
use_one_fat
?
1
:
2
)
,
0
,
(
sec_num
<=
MIN_REQ_SEC
?
root_dir_entries
:
0
)
,
alloc_unit_size
}
;
vfs_fat_spiflash.c:106
const
MKFS_PARM
opt
=
{
(
BYTE
)
(
FM_ANY
|
FM_SFD
)
,
(
s_ctx
[
id
]
->
mount_config
.
use_one_fat
?
1
:
2
)
,
0
,
(
sec_num
<=
MIN_REQ_SEC
?
root_dir_entries
:
0
)
,
alloc_unit_size
}
;
vfs_fat_spiflash.c:290
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