FatFS
FR_TOO_MANY_OPEN_FILES
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
FR_TOO_MANY_OPEN_FILES
FR_TOO_MANY_OPEN_FILES value
Syntax
Show:
Summary
Declaration
from
ff.h:301
FR_TOO_MANY_OPEN_FILES
;
Examples
References
from
examples
Code
Location
Referrer
FR_TOO_MANY_OPEN_FILES
,
/* (18) Number of open files > FF_FS_LOCK */
ff.h:301
case
FR_TOO_MANY_OPEN_FILES
:
return
ENFILE
;
vfs_fat.c:338
fresult_to_errno()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FR_TOO_MANY_OPEN_FILES
is read by 1 function:
All items filtered out
FR_TOO_MANY_OPEN_FILES
fresult_to_errno()
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