ESP-IDF
l2tap_lock()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
l2tap_lock()
l2tap_lock() function
Syntax
Show:
Summary
Declaration
from
esp_vfs_l2tap.c:158
static
inline
void
l2tap_lock
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
inline
void
l2tap_lock
(
void
)
esp_vfs_l2tap.c:158
l2tap_lock
(
)
;
// read of socket config needs to be atomic since it can be manipulated from other task
esp_vfs_l2tap.c:181
esp_vfs_l2tap_eth_filter()
l2tap_lock
(
)
;
esp_vfs_l2tap.c:192
esp_vfs_l2tap_eth_filter()
l2tap_lock
(
)
;
esp_vfs_l2tap.c:348
l2tap_ioctl()
l2tap_lock
(
)
;
esp_vfs_l2tap.c:385
l2tap_ioctl()
l2tap_lock
(
)
;
esp_vfs_l2tap.c:403
l2tap_ioctl()
l2tap_lock
(
)
;
esp_vfs_l2tap.c:540
l2tap_start_select()
l2tap_lock
(
)
;
esp_vfs_l2tap.c:573
l2tap_end_select()
Call Tree
from
examples
l2tap_lock()
is called by 4 functions and calls 1 function:
esp_vfs_l2tap_eth_filter()
l2tap_ioctl()
l2tap_start_select()
l2tap_end_select()
All items filtered out
l2tap_lock()
vPortEnterCritical()
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