ESP-IDF
s_vfs_l2tap
is only used within ESP-IDF.
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
s_vfs_l2tap
s_vfs_l2tap variable
Syntax
Show:
Summary
Declaration
from
esp_vfs_l2tap.c:590
static
const
esp_vfs_fs_ops_t
s_vfs_l2tap
=
{
.
write
=
&
l2tap_write
,
.
open
=
&
l2tap_open
,
.
close
=
&
l2tap_close
,
.
read
=
&
l2tap_read
,
.
fcntl
=
&
l2tap_fcntl
,
.
ioctl
=
&
l2tap_ioctl
,
#ifdef
CONFIG_VFS_SUPPORT_SELECT
.
select
=
&
s_vfs_l2tap_select
,
#endif
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
esp_vfs_fs_ops_t
s_vfs_l2tap
=
{
esp_vfs_l2tap.c:590
ESP_RETURN_ON_ERROR
(
esp_vfs_register_fs
(
config
->
base_path
,
&
s_vfs_l2tap
,
ESP_VFS_FLAG_STATIC
,
NULL
)
,
TAG
,
"vfs register error"
)
;
esp_vfs_l2tap.c:613
esp_vfs_l2tap_intf_register()
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