threadx
txfr_task::notification_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_task::notification_sem
txfr_task::notification_sem field
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:177
TX_SEMAPHORE
notification_sem
;
Examples
References
from
examples
Code
Location
Referrer
TX_SEMAPHORE
notification_sem
;
FreeRTOS.h:177
ret
=
tx_semaphore_delete
(
&
p_task
->
notification_sem
)
;
tx_freertos.c:133
txfr_idle_task_entry()
ret
=
tx_semaphore_create
(
&
pxTaskBuffer
->
notification_sem
,
""
,
0u
)
;
tx_freertos.c:336
xTaskCreateStatic()
ret
=
tx_semaphore_create
(
&
p_task
->
notification_sem
,
""
,
0u
)
;
tx_freertos.c:409
xTaskCreate()
(
void
)
tx_semaphore_delete
(
&
p_task
->
notification_sem
)
;
tx_freertos.c:422
xTaskCreate()
ret
=
tx_semaphore_get
(
&
p_task
->
notification_sem
,
0u
)
;
tx_freertos.c:764
ulTaskNotifyTake()
ret
=
tx_semaphore_get
(
&
p_task
->
notification_sem
,
timeout
)
;
tx_freertos.c:783
ulTaskNotifyTake()
ret
=
tx_semaphore_get
(
&
p_task
->
notification_sem
,
0u
)
;
tx_freertos.c:821
xTaskNotifyWait()
ret
=
tx_semaphore_get
(
&
p_task
->
notification_sem
,
timeout
)
;
tx_freertos.c:838
xTaskNotifyWait()
if
(
xTaskToNotify
->
notification_sem
.
tx_semaphore_suspended_count
!=
0u
)
{
tx_freertos.c:897
xTaskNotifyAndQuery()
if
(
xTaskToNotify
->
notification_sem
.
tx_semaphore_count
==
0u
)
{
tx_freertos.c:901
xTaskNotifyAndQuery()
ret
=
tx_semaphore_put
(
&
xTaskToNotify
->
notification_sem
)
;
tx_freertos.c:904
xTaskNotifyAndQuery()
if
(
p_task
->
notification_sem
.
tx_semaphore_suspended_count
!=
0u
)
{
tx_freertos.c:998
xTaskNotifyStateClear()
ret
=
tx_semaphore_get
(
&
p_task
->
notification_sem
,
0u
)
;
tx_freertos.c:1004
xTaskNotifyStateClear()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
txfr_task::notification_sem
is read by 2 functions:
All items filtered out
txfr_task::notification_sem
xTaskNotifyAndQuery()
xTaskNotifyStateClear()
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