ESP-IDF
vfs_entry_
is only used within ESP-IDF.
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
ESP-IDF
vfs_entry_
vfs_entry_ struct
Syntax
Show:
Summary
Declaration
from
esp_vfs_private.h:21
typedef
struct
vfs_entry_
{
int
flags
;
const
esp_vfs_fs_ops_t
*
vfs
;
char
path_prefix
[
ESP_VFS_PATH_MAX
]
;
size_t
path_prefix_len
;
void
*
ctx
;
int
offset
;
}
vfs_entry_t
;
Fields
Field
Declared as
Description
vfs_entry_::flags
int
ESP_VFS_FLAG_CONTEXT_PTR and/or ESP_VFS_FLAG_READONLY_FS or ESP_VFS_FLAG_DEFAULT.
vfs_entry_::vfs
const
esp_vfs_fs_ops_t
*
vfs_entry_::path_prefix
char
[
ESP_VFS_PATH_MAX
]
vfs_entry_::path_prefix_len
size_t
vfs_entry_::ctx
void
*
vfs_entry_::offset
int
Related Functions
Found 3 other functions taking a
vfs_entry_
argument:
Function
get_local_fd()
translate_path()
esp_vfs_free_entry()
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