ESP-IDF
RX_QUEUE_MAX_SIZE
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
RX_QUEUE_MAX_SIZE
RX_QUEUE_MAX_SIZE macro
Syntax
Show:
Summary
Declaration
from
esp_vfs_l2tap.c:32
#define
RX_QUEUE_MAX_SIZE
CONFIG_ESP_NETIF_L2_TAP_RX_QUEUE_SIZE
Examples
References
from
examples
Code
Location
#define
RX_QUEUE_MAX_SIZE
CONFIG_ESP_NETIF_L2_TAP_RX_QUEUE_SIZE
esp_vfs_l2tap.c:32
l2tap_socket
->
rx_queue
=
xQueueCreate
(
RX_QUEUE_MAX_SIZE
,
sizeof
(
frame_queue_entry_t
)
)
;
esp_vfs_l2tap.c:89
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