threadx
xQueueCreate()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
xQueueCreate()
xQueueCreate() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:484
QueueHandle_t
xQueueCreate
(
UBaseType_t
uxQueueLength
,
UBaseType_t
uxItemSize
)
;
Implemented in
tx_freertos.c:1486
Arguments
Argument
uxQueueLength
uxItemSize
Examples
References
from
examples
Code
Location
QueueHandle_t
xQueueCreate
(
UBaseType_t
uxQueueLength
,
UBaseType_t
uxItemSize
)
tx_freertos.c:1486
QueueHandle_t
xQueueCreate
(
UBaseType_t
uxQueueLength
,
UBaseType_t
uxItemSize
)
;
FreeRTOS.h:484
Call Tree
from
examples
xQueueCreate()
calls 3 functions:
All items filtered out
xQueueCreate()
_txe_semaphore_create()
txfr_malloc()
txfr_free()
All items filtered out
Data Use
from
examples
xQueueCreate()
writes 7 variables:
All items filtered out
xQueueCreate()
txfr_queue::id
txfr_queue::allocated
txfr_queue::p_mem
txfr_queue::p_write
txfr_queue::p_read
txfr_queue::queue_length
txfr_queue::msg_size
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