threadx
xTaskNotify()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
xTaskNotify()
xTaskNotify() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:404
BaseType_t
xTaskNotify
(
TaskHandle_t
xTaskToNotify
,
uint32_t
ulValue
,
eNotifyAction
eAction
)
;
Implemented in
tx_freertos.c:851
Arguments
Argument
xTaskToNotify
ulValue
eAction
Related Functions
Found 19 other functions taking a
txfr_task
argument:
Function
xTaskCreate()
eTaskGetState()
vTaskDelete()
uxTaskPriorityGet()
vTaskResume()
xTaskNotifyStateClear()
vTaskPrioritySet()
vTaskSuspend()
xTaskAbortDelay()
uxTaskPriorityGetFromISR()
xTaskResumeFromISR()
pcTaskGetName()
ulTaskNotifyValueClear()
vTaskNotifyGiveFromISR()
xTaskNotifyAndQuery()
xTaskNotifyGive()
xTaskCreateStatic()
xTaskNotifyFromISR()
xTaskNotifyAndQueryFromISR()
Examples
References
from
examples
Code
Location
Referrer
BaseType_t
xTaskNotify
(
TaskHandle_t
xTaskToNotify
,
tx_freertos.c:851
BaseType_t
xTaskNotify
(
TaskHandle_t
xTaskToNotify
,
FreeRTOS.h:404
return
xTaskNotify
(
xTaskToNotify
,
0u
,
eIncrement
)
;
tx_freertos.c:727
xTaskNotifyGive()
(
void
)
xTaskNotify
(
xTaskToNotify
,
0u
,
eIncrement
)
;
tx_freertos.c:736
vTaskNotifyGiveFromISR()
return
xTaskNotify
(
xTaskToNotify
,
ulValue
,
eAction
)
;
tx_freertos.c:870
xTaskNotifyFromISR()
Call Tree
from
examples
xTaskNotify()
is called by 3 functions and calls 1 function:
xTaskNotifyGive()
vTaskNotifyGiveFromISR()
xTaskNotifyFromISR()
All items filtered out
xTaskNotify()
xTaskNotifyAndQuery()
All items filtered out
Data Use
from
examples
xTaskNotify()
:
All items filtered out
xTaskNotify()
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