ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_vfs_fs_ops_t::
::close_p
from the following samples and libraries:
FatFS
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_vfs_fs_ops_t::
::close_p
esp_vfs_fs_ops_t::
::close_p field
close with context pointer
Syntax
Show:
Summary
Declaration
from
esp_vfs_ops.h:304
const
esp_vfs_close_ctx_op_t
close_p
;
Examples
esp_vfs_fs_ops_t::
::close_p
is referenced by 1 libraries and example projects:
FatFS
References
from
0/1
examples
Code
Location
Referrer
const
esp_vfs_close_ctx_op_t
close_p
;
/*!< close with context pointer */
esp_vfs_ops.h:304
.
close_p
=
&
vfs_spiffs_close
,
esp_spiffs.c:431
CHECK_AND_CALL
(
ret
,
r
,
vfs
,
close
,
fd_within_vfs
)
;
vfs.c:927
esp_vfs_open()
CHECK_AND_CALL
(
ret
,
r
,
vfs
,
close
,
local_fd
)
;
vfs.c:1012
esp_vfs_close()
.
close_p
=
&
vfs_semihost_close
,
vfs_semihost.c:447
Call Tree
from
0/1
examples
esp_vfs_fs_ops_t::
::close_p
is called by 2 functions:
esp_vfs_open()
esp_vfs_close()
All items filtered out
esp_vfs_fs_ops_t::
::close_p
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out