FatFS
FF_DIR
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
FF_DIR
FF_DIR struct
Syntax
Show:
Summary
Declaration
from
ff.h:234
typedef
struct
{
FFOBJID
obj
;
DWORD
dptr
;
DWORD
clust
;
LBA_t
sect
;
BYTE
*
dir
;
BYTE
fn
[
12
]
;
#if
FF_USE_LFN
DWORD
blk_ofs
;
#endif
#if
FF_USE_FIND
const
TCHAR
*
pat
;
#endif
}
FF_DIR
;
Fields
Field
Declared as
FF_DIR::obj
FFOBJID
FF_DIR::dptr
DWORD
FF_DIR::clust
DWORD
FF_DIR::sect
LBA_t
FF_DIR::dir
BYTE
*
FF_DIR::fn
BYTE
[
12
]
FF_DIR::blk_ofs
DWORD
Related Functions
Found 15 other functions taking a
FF_DIR
argument:
Function
follow_path()
dir_sdi()
dir_next()
f_readdir()
dir_register()
f_opendir()
f_closedir()
dir_read()
dir_alloc()
dir_find()
dir_remove()
get_fileinfo()
create_name()
f_findfirst()
f_findnext()
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