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
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