Searched defs:xTaskToNotify (Results 1 – 2 of 2) sorted by relevance
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/include/ |
A D | task.h | 1979 #define xTaskNotify(xTaskToNotify, ulValue, eAction) \ argument 1982 xTaskToNotify, ulValue, eAction, pulPreviousNotifyValue) \ argument 2082 xTaskToNotify, ulValue, eAction, pxHigherPriorityTaskWoken) \ argument 2090 xTaskToNotify, \ argument 2227 #define xTaskNotifyGive(xTaskToNotify) \ argument
|
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/ |
A D | tasks.c | 4854 TaskHandle_t xTaskToNotify, in xTaskGenericNotify() 4962 TaskHandle_t xTaskToNotify, in xTaskGenericNotifyFromISR() 5084 TaskHandle_t xTaskToNotify, in vTaskNotifyGiveFromISR()
|
Completed in 14 milliseconds