ESP-IDF
flush_rx_queue()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
flush_rx_queue()
flush_rx_queue() function
Syntax
Show:
Summary
Declaration
from
esp_vfs_l2tap.c:142
static
void
flush_rx_queue
(
l2tap_context_t
*
l2tap_socket
)
;
Arguments
Argument
l2tap_socket
Related Functions
Found 5 other functions taking a
l2tap_context_t
argument:
Function
push_rx_queue()
pop_rx_queue()
rx_queue_empty()
delete_rx_queue()
init_rx_queue()
Examples
References
from
examples
Code
Location
Referrer
static
void
flush_rx_queue
(
l2tap_context_t
*
l2tap_socket
)
esp_vfs_l2tap.c:142
flush_rx_queue
(
l2tap_socket
)
;
esp_vfs_l2tap.c:294
l2tap_clean_task()
Call Tree
from
examples
flush_rx_queue()
is called by 1 function and calls 2 functions:
l2tap_clean_task()
All items filtered out
flush_rx_queue()
xQueueReceive()
free()
All items filtered out
Data Use
from
examples
flush_rx_queue()
reads 3 variables:
l2tap_context_t::rx_queue
frame_queue_entry_t::buff
frame_queue_entry_t::len
All items filtered out
flush_rx_queue()
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