FatFS
FFOBJID::id
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
FFOBJID::id
FFOBJID::id field
Syntax
Show:
Summary
Declaration
from
ff.h:186
WORD
id
;
Examples
References
from
examples
Code
Location
Referrer
WORD
id
;
/* Hosting volume's mount ID */
ff.h:186
if
(
obj
&&
obj
->
fs
&&
obj
->
fs
->
fs_type
&&
obj
->
id
==
obj
->
fs
->
id
)
{
/* Test if the object is valid */
ff.c:3630
validate()
fp
->
obj
.
id
=
fs
->
id
;
ff.c:3875
f_open()
dp
->
obj
.
id
=
fs
->
id
;
ff.c:4675
f_opendir()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FFOBJID::id
is written by 2 functions and is read by 1 function:
f_open()
f_opendir()
All items filtered out
FFOBJID::id
validate()
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