threadx
txfr_queueset::queue
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
txfr_queueset::queue
txfr_queueset::queue field
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:251
TX_QUEUE
queue
;
Examples
References
from
examples
Code
Location
Referrer
TX_QUEUE
queue
;
FreeRTOS.h:251
ret
=
tx_queue_send
(
&
xSemaphore
->
p_set
->
queue
,
&
xSemaphore
,
TX_NO_WAIT
)
;
tx_freertos.c:1368
xSemaphoreGive()
ret
=
tx_queue_send
(
&
xQueue
->
p_set
->
queue
,
&
xQueue
,
TX_NO_WAIT
)
;
tx_freertos.c:1603
xQueueSend()
ret
=
tx_queue_send
(
&
xQueue
->
p_set
->
queue
,
&
xQueue
,
TX_NO_WAIT
)
;
tx_freertos.c:1699
xQueueSendToFront()
ret
=
tx_queue_create
(
&
p_set
->
queue
,
""
,
sizeof
(
void
*
)
/
sizeof
(
UINT
)
,
p_mem
,
queue_size
)
;
tx_freertos.c:2680
xQueueCreateSet()
ret
=
tx_queue_receive
(
&
xQueueSet
->
queue
,
&
p_ptr
,
timeout
)
;
tx_freertos.c:2790
xQueueSelectFromSet()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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