ESP-IDF
fixed_pkt_queue_dequeue()
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_dequeue()
fixed_pkt_queue_dequeue() function
Syntax
Show:
Summary
Declaration
Definition
from
fixed_pkt_queue.h:60
pkt_linked_item_t
*
fixed_pkt_queue_dequeue
(
fixed_pkt_queue_t
*
queue
,
uint32_t
timeout
)
;
Implemented in
fixed_pkt_queue.c:114
Arguments
Argument
queue
timeout
Related Functions
Found 10 other functions taking a
fixed_pkt_queue_t
argument:
Function
fixed_pkt_queue_free()
fixed_pkt_queue_is_empty()
fixed_pkt_queue_enqueue()
fixed_pkt_queue_process()
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
pkt_linked_item_t
*
fixed_pkt_queue_dequeue
(
fixed_pkt_queue_t
*
queue
,
uint32_t
timeout
)
fixed_pkt_queue.c:114
pkt_linked_item_t
*
fixed_pkt_queue_dequeue
(
fixed_pkt_queue_t
*
queue
,
uint32_t
timeout
)
;
fixed_pkt_queue.h:60
wait_entry
=
fixed_pkt_queue_dequeue
(
queue
,
FIXED_QUEUE_MAX_TIMEOUT
)
;
hci_layer.c:318
event_command_ready()
Call Tree
from
examples
fixed_pkt_queue_dequeue()
is called by 1 function and calls 4 functions:
event_command_ready()
All items filtered out
fixed_pkt_queue_dequeue()
__assert_func()
osi_sem_take()
osi_sem_give()
pkt_queue_dequeue()
All items filtered out
Data Use
from
examples
fixed_pkt_queue_dequeue()
reads 1 variable:
fixed_pkt_queue_t::pkt_list
All items filtered out
fixed_pkt_queue_dequeue()
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