threadx
txfr_queue::read_sem
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_queue::read_sem
txfr_queue::read_sem field
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:208
TX_SEMAPHORE
read_sem
;
Examples
References
from
examples
Code
Location
Referrer
TX_SEMAPHORE
read_sem
;
FreeRTOS.h:208
ret
=
tx_semaphore_create
(
&
pxQueueBuffer
->
read_sem
,
""
,
0u
)
;
tx_freertos.c:1472
xQueueCreateStatic()
ret
=
tx_semaphore_create
(
&
p_queue
->
read_sem
,
""
,
0u
)
;
tx_freertos.c:1526
xQueueCreate()
ret
=
tx_semaphore_delete
(
&
xQueue
->
read_sem
)
;
tx_freertos.c:1545
vQueueDelete()
ret
=
tx_semaphore_put
(
&
xQueue
->
read_sem
)
;
tx_freertos.c:1595
xQueueSend()
ret
=
tx_semaphore_put
(
&
xQueue
->
read_sem
)
;
tx_freertos.c:1687
xQueueSendToFront()
ret
=
tx_semaphore_get
(
&
xQueue
->
read_sem
,
timeout
)
;
tx_freertos.c:1745
xQueueReceive()
ret
=
tx_semaphore_get
(
&
xQueue
->
read_sem
,
timeout
)
;
tx_freertos.c:1802
xQueuePeek()
ret
=
tx_semaphore_put
(
&
xQueue
->
read_sem
)
;
tx_freertos.c:1814
xQueuePeek()
ret
=
tx_semaphore_info_get
(
&
xQueue
->
read_sem
,
NULL
,
&
count
,
NULL
,
NULL
,
NULL
)
;
tx_freertos.c:1842
uxQueueMessagesWaiting()
ret
=
tx_semaphore_info_get
(
&
xQueue
->
read_sem
,
NULL
,
&
count
,
NULL
,
NULL
,
NULL
)
;
tx_freertos.c:1881
xQueueIsQueueEmptyFromISR()
xQueue
->
read_sem
.
tx_semaphore_count
=
0u
;
tx_freertos.c:1932
xQueueReset()
if
(
xQueue
->
read_sem
.
tx_semaphore_count
!=
0u
)
{
tx_freertos.c:1972
xQueueOverwrite()
ret
=
tx_semaphore_put
(
&
xQueue
->
read_sem
)
;
tx_freertos.c:1996
xQueueOverwrite()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
txfr_queue::read_sem
is read by 2 functions:
All items filtered out
txfr_queue::read_sem
xQueueReset()
xQueueOverwrite()
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