FatFS
f_close()
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
f_close()
f_close() function
Syntax
Show:
Summary
Declaration
Definition
from
ff.h:313
FRESULT
f_close
(
FIL
*
fp
)
;
Implemented in
ff.c:4253
Arguments
Argument
fp
Related Functions
Found 14 other functions taking a
FIL
argument:
Function
f_lseek()
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
Code
Location
Referrer
FRESULT
f_close
(
ff.c:4253
FRESULT
f_close
(
FIL
*
fp
)
;
/* Close an open file object */
ff.h:313
FRESULT
res
=
f_close
(
file
)
;
vfs_fat.c:619
vfs_fat_close()
f_close
(
pf2
)
;
vfs_fat.c:847
vfs_fat_link()
f_close
(
pf1
)
;
vfs_fat.c:850
vfs_fat_link()
res
=
f_close
(
file
)
;
vfs_fat.c:1224
vfs_fat_truncate()
f_close
(
file
)
;
vfs_fat.c:1422
esp_vfs_fat_create_contiguous_file()
res
=
f_close
(
file
)
;
vfs_fat.c:1426
esp_vfs_fat_create_contiguous_file()
f_close
(
file
)
;
vfs_fat.c:1508
esp_vfs_fat_test_contiguous_file()
res
=
f_close
(
file
)
;
vfs_fat.c:1512
esp_vfs_fat_test_contiguous_file()
Call Tree
from
examples
f_close()
is called by 5 functions and calls 3 functions:
vfs_fat_close()
vfs_fat_link()
vfs_fat_truncate()
esp_vfs_fat_create_contiguous_file()
esp_vfs_fat_test_contiguous_file()
All items filtered out
f_close()
f_sync()
validate()
unlock_volume()
All items filtered out
Data Use
from
examples
f_close()
reads 2 variables and writes 1 variable:
FIL::obj
FRESULT::FR_OK
All items filtered out
f_close()
FFOBJID::fs
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