ESP-IDF
fixed_pkt_queue_enqueue()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_enqueue()
fixed_pkt_queue_enqueue() function
Syntax
Show:
Summary
Declaration
Definition
from
fixed_pkt_queue.h:55
bool
fixed_pkt_queue_enqueue
(
fixed_pkt_queue_t
*
queue
,
pkt_linked_item_t
*
linked_pkt
,
uint32_t
timeout
)
;
Implemented in
fixed_pkt_queue.c:95
Arguments
Argument
queue
linked_pkt
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_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_enqueue
(
fixed_pkt_queue_t
*
queue
,
pkt_linked_item_t
*
linked_pkt
,
uint32_t
timeout
)
fixed_pkt_queue.c:95
bool
fixed_pkt_queue_enqueue
(
fixed_pkt_queue_t
*
queue
,
pkt_linked_item_t
*
linked_pkt
,
uint32_t
timeout
)
;
fixed_pkt_queue.h:55
fixed_pkt_queue_enqueue
(
hci_host_env
.
command_queue
,
linked_pkt
,
FIXED_PKT_QUEUE_MAX_TIMEOUT
)
;
hci_layer.c:273
transmit_command()
fixed_pkt_queue_enqueue
(
hci_host_env
.
command_queue
,
linked_pkt
,
FIXED_PKT_QUEUE_MAX_TIMEOUT
)
;
hci_layer.c:294
transmit_command_futured()
Call Tree
from
examples
fixed_pkt_queue_enqueue()
is called by 2 functions and calls 4 functions:
transmit_command()
transmit_command_futured()
All items filtered out
fixed_pkt_queue_enqueue()
__assert_func()
osi_sem_take()
osi_sem_give()
pkt_queue_enqueue()
All items filtered out
Data Use
from
examples
fixed_pkt_queue_enqueue()
reads 1 variable:
fixed_pkt_queue_t::pkt_list
All items filtered out
fixed_pkt_queue_enqueue()
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