xTaskNotify is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

xTaskNotify macro

Syntax

#define xTaskNotify( xTaskToNotify, ulValue, eAction ) xTaskGenericNotify( ( xTaskToNotify ), ( ulValue ), ( eAction ), NULL )

Arguments

xTaskToNotify

ulValue

eAction

References

LocationText
task.h:1854
#define xTaskNotify( xTaskToNotify, ulValue, eAction ) xTaskGenericNotify( ( xTaskToNotify ), ( ulValue ), ( eAction ), NULL )
stream_buffer.c:62
( void ) xTaskNotify( ( pxStreamBuffer )->xTaskWaitingToSend, \
stream_buffer.c:101
( void ) xTaskNotify( ( pxStreamBuffer )->xTaskWaitingToReceive, \