ESP-IDF
fixed_pkt_queue_is_empty()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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
fixed_pkt_queue_is_empty()
fixed_pkt_queue_is_empty() function
Syntax
Show:
Summary
Declaration
Definition
from
fixed_pkt_queue.h:43
bool
fixed_pkt_queue_is_empty
(
fixed_pkt_queue_t
*
queue
)
;
Implemented in
fixed_pkt_queue.c:71
Arguments
Argument
queue
Related Functions
Found 10 other functions taking a
fixed_pkt_queue_t
argument:
Function
fixed_pkt_queue_free()
fixed_pkt_queue_enqueue()
fixed_pkt_queue_process()
fixed_pkt_queue_dequeue()
fixed_pkt_queue_register_dequeue()
fixed_pkt_queue_unregister_dequeue()
event_command_ready()
fixed_pkt_queue_length()
fixed_pkt_queue_capacity()
fixed_pkt_queue_try_peek_first()
Examples
References
from
examples
Code
Location
Referrer
bool
fixed_pkt_queue_is_empty
(
fixed_pkt_queue_t
*
queue
)
fixed_pkt_queue.c:71
bool
fixed_pkt_queue_is_empty
(
fixed_pkt_queue_t
*
queue
)
;
fixed_pkt_queue.h:43
}
else
if
(
!
fixed_pkt_queue_is_empty
(
hci_host_env
.
command_queue
)
&&
hci_layer.c:242
hci_downstream_data_handler()
!
fixed_pkt_queue_is_empty
(
hci_host_env
.
command_queue
)
)
{
hci_layer.c:501
filter_incoming_event()
Call Tree
from
examples
fixed_pkt_queue_is_empty()
is called by 2 functions and calls 1 function:
hci_downstream_data_handler()
filter_incoming_event()
All items filtered out
fixed_pkt_queue_is_empty()
pkt_queue_is_empty()
All items filtered out
Data Use
from
examples
fixed_pkt_queue_is_empty()
reads 1 variable:
fixed_pkt_queue_t::pkt_list
All items filtered out
fixed_pkt_queue_is_empty()
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