FatFS
FIL
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
FIL
FIL struct
Syntax
Show:
Summary
Declaration
from
ff.h:207
typedef
struct
{
FFOBJID
obj
;
BYTE
flag
;
BYTE
err
;
FSIZE_t
fptr
;
DWORD
clust
;
LBA_t
sect
;
#if
!
FF_FS_READONLY
LBA_t
dir_sect
;
BYTE
*
dir_ptr
;
#endif
#if
FF_USE_FASTSEEK
DWORD
*
cltbl
;
#endif
#if
!
FF_FS_TINY
#if
FF_USE_DYN_BUFFER
BYTE
*
buf
;
#else
BYTE
buf
[
FF_MAX_SS
]
;
#endif
#endif
}
FIL
;
Fields
Field
Declared as
FIL::obj
FFOBJID
FIL::flag
BYTE
FIL::err
BYTE
FIL::fptr
FSIZE_t
FIL::clust
DWORD
FIL::sect
LBA_t
FIL::dir_sect
LBA_t
FIL::dir_ptr
BYTE
*
FIL::buf
BYTE
[
FF_MAX_SS
]
Related Functions
Found 15 other functions taking a
FIL
argument:
Function
f_lseek()
f_close()
f_open()
f_write()
f_read()
f_truncate()
f_sync()
f_expand()
f_write_zero_mem()
test_contiguous_file()
f_forward()
f_putc()
f_puts()
f_printf()
f_gets()
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