threadx
txfr_sem::p_set
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
txfr_sem::p_set
txfr_sem::p_set field
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:195
txfr_queueset_t
*
p_set
;
Examples
References
from
examples
Code
Location
Referrer
txfr_queueset_t
*
p_set
;
FreeRTOS.h:195
if
(
xSemaphore
->
p_set
!=
NULL
)
{
tx_freertos.c:1366
xSemaphoreGive()
ret
=
tx_queue_send
(
&
xSemaphore
->
p_set
->
queue
,
&
xSemaphore
,
TX_NO_WAIT
)
;
tx_freertos.c:1368
xSemaphoreGive()
if
(
p_sem
->
p_set
!=
NULL
)
{
tx_freertos.c:2703
xQueueAddToSet()
p_sem
->
p_set
=
xQueueSet
;
tx_freertos.c:2708
xQueueAddToSet()
if
(
p_sem
->
p_set
!=
xQueueSet
)
{
tx_freertos.c:2746
xQueueRemoveFromSet()
p_sem
->
p_set
=
NULL
;
tx_freertos.c:2750
xQueueRemoveFromSet()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
txfr_sem::p_set
is written by 2 functions and is read by 3 functions:
xQueueAddToSet()
xQueueRemoveFromSet()
All items filtered out
txfr_sem::p_set
xSemaphoreGive()
xQueueAddToSet()
xQueueRemoveFromSet()
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