ESP-IDF
l2tap_clean_task()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
l2tap_clean_task()
l2tap_clean_task() function
Syntax
Show:
Summary
Declaration
from
esp_vfs_l2tap.c:283
void
l2tap_clean_task
(
void
*
task_param
)
;
Arguments
Argument
task_param
Examples
References
from
examples
Code
Location
Referrer
void
l2tap_clean_task
(
void
*
task_param
)
esp_vfs_l2tap.c:283
if
(
xTaskCreate
(
l2tap_clean_task
,
"l2tap_clean_task"
,
1024
,
&
s_l2tap_sockets
[
fd
]
,
tskIDLE_PRIORITY
,
NULL
)
==
pdFAIL
)
{
esp_vfs_l2tap.c:322
l2tap_close()
Call Tree
from
examples
l2tap_clean_task()
calls 6 functions:
All items filtered out
l2tap_clean_task()
xQueueGenericSend()
vTaskDelete()
flush_rx_queue()
delete_rx_queue()
push_rx_queue()
pop_rx_queue()
All items filtered out
Data Use
from
examples
l2tap_clean_task()
reads 1 variable and writes 1 variable:
l2tap_context_t::close_done_sem
All items filtered out
l2tap_clean_task()
l2tap_close()
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