threadx
xQueueCreateStatic()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
xQueueCreateStatic()
xQueueCreateStatic() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:486
QueueHandle_t
xQueueCreateStatic
(
UBaseType_t
uxQueueLength
,
UBaseType_t
uxItemSize
,
uint8_t
*
pucQueueStorageBuffer
,
StaticQueue_t
*
pxQueueBuffer
)
;
Implemented in
tx_freertos.c:1443
Arguments
Argument
uxQueueLength
uxItemSize
pucQueueStorageBuffer
pxQueueBuffer
Examples
References
from
examples
Code
Location
QueueHandle_t
xQueueCreateStatic
(
UBaseType_t
uxQueueLength
,
tx_freertos.c:1443
QueueHandle_t
xQueueCreateStatic
(
UBaseType_t
uxQueueLength
,
FreeRTOS.h:486
Call Tree
from
examples
xQueueCreateStatic()
calls 1 function:
All items filtered out
xQueueCreateStatic()
_txe_semaphore_create()
All items filtered out
Data Use
from
examples
xQueueCreateStatic()
writes 7 variables:
All items filtered out
xQueueCreateStatic()
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