ESP-IDF
fixed_pkt_queue_free()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_free()
fixed_pkt_queue_free() function
Syntax
Show:
Summary
Declaration
Definition
from
fixed_pkt_queue.h:39
void
fixed_pkt_queue_free
(
fixed_pkt_queue_t
*
queue
,
fixed_pkt_queue_free_cb
free_cb
)
;
Implemented in
fixed_pkt_queue.c:51
Arguments
Argument
queue
free_cb
Related Functions
Found 10 other functions taking a
fixed_pkt_queue_t
argument:
Function
fixed_pkt_queue_is_empty()
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
void
fixed_pkt_queue_free
(
fixed_pkt_queue_t
*
queue
,
fixed_pkt_queue_free_cb
free_cb
)
fixed_pkt_queue.c:51
void
fixed_pkt_queue_free
(
fixed_pkt_queue_t
*
queue
,
fixed_pkt_queue_free_cb
free_cb
)
;
fixed_pkt_queue.h:39
fixed_pkt_queue_free
(
ret
,
NULL
)
;
fixed_pkt_queue.c:47
fixed_pkt_queue_new()
fixed_pkt_queue_free
(
hci_host_env
.
command_queue
,
(
fixed_pkt_queue_free_cb
)
osi_free_func
)
;
hci_layer.c:211
hci_layer_deinit_env()
Call Tree
from
examples
fixed_pkt_queue_free()
is called by 2 functions and calls 4 functions:
fixed_pkt_queue_new()
hci_layer_deinit_env()
All items filtered out
fixed_pkt_queue_free()
free()
osi_sem_free()
pkt_queue_destroy()
fixed_pkt_queue_unregister_dequeue()
All items filtered out
Data Use
from
examples
fixed_pkt_queue_free()
reads 3 variables and writes 1 variable:
fixed_pkt_queue_t::pkt_list
fixed_pkt_queue_t::enqueue_sem
fixed_pkt_queue_t::dequeue_sem
All items filtered out
fixed_pkt_queue_free()
fixed_pkt_queue_t::pkt_list
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
fixed_pkt_queue_free()
allocates 1 types:
fixed_pkt_queue_t
All items filtered out
fixed_pkt_queue_free()
All items filtered out