ESP-IDF
init_rx_queue()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
init_rx_queue()
init_rx_queue() function
Syntax
Show:
Summary
Declaration
from
esp_vfs_l2tap.c:87
static
esp_err_t
init_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()
flush_rx_queue()
delete_rx_queue()
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
init_rx_queue
(
l2tap_context_t
*
l2tap_socket
)
esp_vfs_l2tap.c:87
if
(
init_rx_queue
(
&
s_l2tap_sockets
[
fd
]
)
!=
ESP_OK
)
{
esp_vfs_l2tap.c:216
l2tap_open()
Call Tree
from
examples
init_rx_queue()
is called by 1 function and calls 3 functions:
l2tap_open()
All items filtered out
init_rx_queue()
esp_log_timestamp()
esp_log_write()
xQueueGenericCreate()
All items filtered out
Data Use
from
examples
init_rx_queue()
reads 7 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
TAG
l2tap_context_t::rx_queue
All items filtered out
init_rx_queue()
l2tap_context_t::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