ESP-IDF
vfs_component_proxy_t
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_component_proxy_t
vfs_component_proxy_t struct
Syntax
Show:
Summary
Declaration
from
vfs.c:117
typedef
struct
{
#ifdef
CONFIG_VFS_SUPPORT_DIR
esp_vfs_dir_ops_t
*
dir
;
#endif
#ifdef
CONFIG_VFS_SUPPORT_TERMIOS
esp_vfs_termios_ops_t
*
termios
;
#endif
#ifdef
CONFIG_VFS_SUPPORT_SELECT
esp_vfs_select_ops_t
*
select
;
#endif
}
vfs_component_proxy_t
;
Fields
Field
Declared as
vfs_component_proxy_t::dir
esp_vfs_dir_ops_t
*
vfs_component_proxy_t::termios
esp_vfs_termios_ops_t
*
vfs_component_proxy_t::select
esp_vfs_select_ops_t
*
Related Functions
Found 2 other functions taking a
vfs_component_proxy_t
argument:
Function
free_proxy_members()
esp_minify_vfs()
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