FatFS
FR_INVALID_OBJECT
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
FR_INVALID_OBJECT
FR_INVALID_OBJECT value
Syntax
Show:
Summary
Declaration
from
ff.h:292
FR_INVALID_OBJECT
;
Examples
References
from
examples
Code
Location
Referrer
FR_INVALID_OBJECT
,
/* (9) The file/directory object is invalid */
ff.h:292
FRESULT
res
=
FR_INVALID_OBJECT
;
ff.c:3627
validate()
if
(
!
fp
)
return
FR_INVALID_OBJECT
;
ff.c:3747
f_open()
if
(
!
dp
)
return
FR_INVALID_OBJECT
;
ff.c:4648
f_opendir()
case
FR_INVALID_OBJECT
:
return
EBADF
;
vfs_fat.c:329
fresult_to_errno()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FR_INVALID_OBJECT
is read by 4 functions:
All items filtered out
FR_INVALID_OBJECT
validate()
f_open()
f_opendir()
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