threadx
txfr_task::task_notify_val
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::task_notify_val
txfr_task::task_notify_val field
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:174
uint32_t
task_notify_val
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
task_notify_val
;
FreeRTOS.h:174
val
=
p_task
->
task_notify_val
;
tx_freertos.c:766
ulTaskNotifyTake()
p_task
->
task_notify_val
=
0u
;
tx_freertos.c:769
ulTaskNotifyTake()
p_task
->
task_notify_val
--
;
tx_freertos.c:771
ulTaskNotifyTake()
val
=
p_task
->
task_notify_val
;
tx_freertos.c:823
xTaskNotifyWait()
p_task
->
task_notify_val
&=
~
ulBitsToClearOnExit
;
tx_freertos.c:826
xTaskNotifyWait()
*
pulPreviousNotifyValue
=
xTaskToNotify
->
task_notify_val
;
tx_freertos.c:890
xTaskNotifyAndQuery()
xTaskToNotify
->
task_notify_val_pend
=
xTaskToNotify
->
task_notify_val
;
tx_freertos.c:913
xTaskNotifyAndQuery()
xTaskToNotify
->
task_notify_val
|=
ulValue
;
tx_freertos.c:923
xTaskNotifyAndQuery()
xTaskToNotify
->
task_notify_val
++
;
tx_freertos.c:927
xTaskNotifyAndQuery()
xTaskToNotify
->
task_notify_val
=
ulValue
;
tx_freertos.c:931
xTaskNotifyAndQuery()
xTaskToNotify
->
task_notify_val
=
ulValue
;
tx_freertos.c:936
xTaskNotifyAndQuery()
*
xTaskToNotify
->
p_notify_val_ret
=
xTaskToNotify
->
task_notify_val
;
tx_freertos.c:949
xTaskNotifyAndQuery()
xTaskToNotify
->
task_notify_val
&=
~
xTaskToNotify
->
clear_mask
;
tx_freertos.c:952
xTaskNotifyAndQuery()
xTaskToNotify
->
task_notify_val
--
;
tx_freertos.c:954
xTaskNotifyAndQuery()
ret_val
=
p_task
->
task_notify_val
;
tx_freertos.c:1035
ulTaskNotifyValueClear()
p_task
->
task_notify_val
&=
~
ulBitsToClear
;
tx_freertos.c:1037
ulTaskNotifyValueClear()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
txfr_task::task_notify_val
is written by 4 functions and is read by 4 functions:
ulTaskNotifyTake()
xTaskNotifyWait()
xTaskNotifyAndQuery()
ulTaskNotifyValueClear()
All items filtered out
txfr_task::task_notify_val
ulTaskNotifyTake()
xTaskNotifyWait()
xTaskNotifyAndQuery()
ulTaskNotifyValueClear()
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