FatFS
MKFS_PARM::n_root
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
MKFS_PARM::n_root
MKFS_PARM::n_root field
Syntax
Show:
Summary
Declaration
from
ff.h:274
UINT
n_root
;
Examples
References
from
examples
Code
Location
Referrer
UINT
n_root
;
/* Number of root directory entries */
ff.h:274
n_root
=
(
opt
->
n_root
>=
1
&&
opt
->
n_root
<=
32768
&&
(
opt
->
n_root
%
(
ss
/
SZDIRE
)
)
==
0
)
?
opt
->
n_root
:
512
;
ff.c:5974
f_mkfs()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
MKFS_PARM::n_root
is read by 1 function:
All items filtered out
MKFS_PARM::n_root
f_mkfs()
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