ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_vfs_dir_ops_t
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_dir_ops_t
esp_vfs_dir_ops_t struct
Struct containing function pointers to directory related functionality.
Syntax
Show:
Summary
Declaration
from
esp_vfs_ops.h:93
typedef
struct
{
union
{
const
esp_vfs_stat_ctx_op_t
stat_p
;
const
esp_vfs_stat_op_t
stat
;
}
;
union
{
const
esp_vfs_link_ctx_op_t
link_p
;
const
esp_vfs_link_op_t
link
;
}
;
union
{
const
esp_vfs_unlink_ctx_op_t
unlink_p
;
const
esp_vfs_unlink_op_t
unlink
;
}
;
union
{
const
esp_vfs_rename_ctx_op_t
rename_p
;
const
esp_vfs_rename_op_t
rename
;
}
;
union
{
const
esp_vfs_opendir_ctx_op_t
opendir_p
;
const
esp_vfs_opendir_op_t
opendir
;
}
;
union
{
const
esp_vfs_readdir_ctx_op_t
readdir_p
;
const
esp_vfs_readdir_op_t
readdir
;
}
;
union
{
const
esp_vfs_readdir_r_ctx_op_t
readdir_r_p
;
const
esp_vfs_readdir_r_op_t
readdir_r
;
}
;
union
{
const
esp_vfs_telldir_ctx_op_t
telldir_p
;
const
esp_vfs_telldir_op_t
telldir
;
}
;
union
{
const
esp_vfs_seekdir_ctx_op_t
seekdir_p
;
const
esp_vfs_seekdir_op_t
seekdir
;
}
;
union
{
const
esp_vfs_closedir_ctx_op_t
closedir_p
;
const
esp_vfs_closedir_op_t
closedir
;
}
;
union
{
const
esp_vfs_mkdir_ctx_op_t
mkdir_p
;
const
esp_vfs_mkdir_op_t
mkdir
;
}
;
union
{
const
esp_vfs_rmdir_ctx_op_t
rmdir_p
;
const
esp_vfs_rmdir_op_t
rmdir
;
}
;
union
{
const
esp_vfs_access_ctx_op_t
access_p
;
const
esp_vfs_access_op_t
access
;
}
;
union
{
const
esp_vfs_truncate_ctx_op_t
truncate_p
;
const
esp_vfs_truncate_op_t
truncate
;
}
;
union
{
const
esp_vfs_ftruncate_ctx_op_t
ftruncate_p
;
const
esp_vfs_ftruncate_op_t
ftruncate
;
}
;
union
{
const
esp_vfs_utime_ctx_op_t
utime_p
;
const
esp_vfs_utime_op_t
utime
;
}
;
}
esp_vfs_dir_ops_t
;
Examples
esp_vfs_dir_ops_t
is referenced by 1 libraries and example projects:
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