vTaskNotifyGiveFromISR() is only used within threadx.
 
Symbols
loading...
Files
loading...

vTaskNotifyGiveFromISR() function

Syntax

void vTaskNotifyGiveFromISR(TaskHandle_t xTaskToNotify,     BaseType_t *pxHigherPriorityTaskWoken);
Implemented in tx_freertos.c:731

Arguments

xTaskToNotify

pxHigherPriorityTaskWoken

References

LocationText
tx_freertos.c:731
void vTaskNotifyGiveFromISR(TaskHandle_t xTaskToNotify,
FreeRTOS.h:393
void vTaskNotifyGiveFromISR(TaskHandle_t xTaskToNotify,

Call Tree

Functions called by vTaskNotifyGiveFromISR()
vTaskNotifyGiveFromISR()
all items filtered out
Data read by vTaskNotifyGiveFromISR()
vTaskNotifyGiveFromISR()