FatFS
MAX_DIR
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
MAX_DIR
MAX_DIR macro
Syntax
Show:
Summary
Declaration
from
ff.c:38
#define
MAX_DIR
0x200000
Examples
References
from
examples
Code
Location
#define
MAX_DIR
0x200000
/* Max size of FAT directory */
ff.c:38
if
(
ofs
>=
(
DWORD
)
(
(
FF_FS_EXFAT
&&
fs
->
fs_type
==
FS_EXFAT
)
?
MAX_DIR_EX
:
MAX_DIR
)
||
ofs
%
SZDIRE
)
{
/* Check range of offset and alignment */
ff.c:1711
if
(
ofs
>=
(
DWORD
)
(
(
FF_FS_EXFAT
&&
fs
->
fs_type
==
FS_EXFAT
)
?
MAX_DIR_EX
:
MAX_DIR
)
)
dp
->
sect
=
0
;
/* Disable it if the offset reached the max value */
ff.c:1760
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