FatFS
FFOBJID
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
FFOBJID
FFOBJID struct
Syntax
Show:
Summary
Declaration
from
ff.h:184
typedef
struct
{
FATFS
*
fs
;
WORD
id
;
BYTE
attr
;
BYTE
stat
;
DWORD
sclust
;
FSIZE_t
objsize
;
#if
FF_FS_EXFAT
DWORD
n_cont
;
DWORD
n_frag
;
DWORD
c_scl
;
DWORD
c_size
;
DWORD
c_ofs
;
#endif
#if
FF_FS_LOCK
UINT
lockid
;
#endif
}
FFOBJID
;
Fields
Field
Declared as
FFOBJID::objsize
FSIZE_t
FFOBJID::fs
FATFS
*
FFOBJID::id
WORD
FFOBJID::attr
BYTE
FFOBJID::stat
BYTE
FFOBJID::sclust
DWORD
Related Functions
Found 4 other functions taking a
FFOBJID
argument:
Function
get_fat()
validate()
create_chain()
remove_chain()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
ff.h:184
}
FFOBJID
;
ff.h:201
FFOBJID
*
obj
,
/* Corresponding object */
ff.c:1167
get_fat()
get_fat()::obj
FFOBJID
*
obj
,
/* Corresponding object */
ff.c:1435
remove_chain()
remove_chain()::obj
FFOBJID
*
obj
,
/* Corresponding object */
ff.c:1530
create_chain()
create_chain()::obj
FFOBJID
*
obj
,
/* Pointer to the FFOBJID, the 1st member in the FIL/FF_DIR structure, to check validity */
ff.c:3623
validate()
validate()::obj
FFOBJID
obj
;
ff.c:4868
f_getfree()
FFOBJID
sobj
;
ff.c:5104
f_mkdir()
}
FFOBJID
;
ff.h:201
FFOBJID
FFOBJID
obj
;
/* Object identifier (must be the 1st member to detect invalid object pointer) */
ff.h:208
FIL
FIL::obj
FFOBJID
obj
;
/* Object identifier */
ff.h:235
FF_DIR
FF_DIR::obj
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
Instance
Scope
Location
Project
FIL::obj
FIL
ff.h:208
FF_DIR::obj
FF_DIR
ff.h:235
get_fat()::obj
get_fat()
ff.c:1167
remove_chain()::obj
remove_chain()
ff.c:1435
create_chain()::obj
create_chain()
ff.c:1530
validate()::obj
validate()
ff.c:3623
Lifecycle
from
examples
All items filtered out
All items filtered out