ESP-IDF
hci_hal_env_t::rx_q
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
hci_hal_env_t::rx_q
hci_hal_env_t::rx_q field
Syntax
Show:
Summary
Declaration
from
hci_hal_h4.c:73
fixed_queue_t
*
rx_q
;
Examples
References
from
examples
Code
Location
Referrer
fixed_queue_t
*
rx_q
;
hci_hal_h4.c:73
hci_hal_env
.
rx_q
=
fixed_queue_new
(
QUEUE_SIZE_MAX
)
;
hci_hal_h4.c:126
hci_hal_env_init()
assert
(
hci_hal_env
.
rx_q
!=
NULL
)
;
hci_hal_h4.c:127
hci_hal_env_init()
fixed_queue_t
*
rx_q
=
hci_hal_env
.
rx_q
;
hci_hal_h4.c:142
hci_hal_env_deinit()
hci_hal_env
.
rx_q
=
NULL
;
hci_hal_h4.c:146
hci_hal_env_deinit()
fixed_queue_t
*
rx_q
=
hci_hal_env
.
rx_q
;
hci_hal_h4.c:227
hci_upstream_data_handler()
if
(
hci_hal_env
.
rx_q
==
NULL
)
{
hci_hal_h4.c:567
host_recv_pkt_cb()
fixed_queue_enqueue
(
hci_hal_env
.
rx_q
,
pkt
,
FIXED_QUEUE_MAX_TIMEOUT
)
;
hci_hal_h4.c:587
host_recv_pkt_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hci_hal_env_t::rx_q
is written by 2 functions and is read by 4 functions:
hci_hal_env_init()
hci_hal_env_deinit()
All items filtered out
hci_hal_env_t::rx_q
hci_hal_env_init()
hci_hal_env_deinit()
hci_upstream_data_handler()
host_recv_pkt_cb()
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