Home
last modified time | relevance | path

Searched defs:xTaskToNotify (Results 1 – 5 of 5) sorted by relevance

/Kernel-v10.6.2/include/
HDtask.h2161 #define xTaskNotify( xTaskToNotify, ulValue, eAction ) \ argument
2163 #define xTaskNotifyIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction ) \ argument
2190 #define xTaskNotifyAndQuery( xTaskToNotify, ulValue, eAction, pulPreviousNotifyValue ) \ argument
2192 #define xTaskNotifyAndQueryIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNo… argument
2314 #define xTaskNotifyFromISR( xTaskToNotify, ulValue, eAction, pxHigherPriorityTaskWoken ) \ argument
2316 #define xTaskNotifyIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pxHigherPriori… argument
2343 #define xTaskNotifyAndQueryIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPre… argument
2345 #define xTaskNotifyAndQueryFromISR( xTaskToNotify, ulValue, eAction, pulPreviousNotificationValue, … argument
2534 #define xTaskNotifyGive( xTaskToNotify ) \ argument
2536 #define xTaskNotifyGiveIndexed( xTaskToNotify, uxIndexToNotify ) \ argument
[all …]
HDmpu_prototypes.h43 TaskHandle_t xTaskToNotify; member
/Kernel-v10.6.2/
HDtasks.c4917 BaseType_t xTaskGenericNotify( TaskHandle_t xTaskToNotify, in xTaskGenericNotify()
5040 BaseType_t xTaskGenericNotifyFromISR( TaskHandle_t xTaskToNotify, in xTaskGenericNotifyFromISR()
5179 void vTaskGenericNotifyGiveFromISR( TaskHandle_t xTaskToNotify, in vTaskGenericNotifyGiveFromISR()
/Kernel-v10.6.2/portable/Common/
HDmpu_wrappers_v2.c1296 BaseType_t MPU_xTaskGenericNotify( TaskHandle_t xTaskToNotify, in MPU_xTaskGenericNotify()
2044 BaseType_t MPU_xTaskGenericNotifyFromISR( TaskHandle_t xTaskToNotify, in MPU_xTaskGenericNotifyFromISR()
2075 void MPU_vTaskGenericNotifyGiveFromISR( TaskHandle_t xTaskToNotify, in MPU_vTaskGenericNotifyGiveFromISR()
HDmpu_wrappers.c958 BaseType_t MPU_xTaskGenericNotify( TaskHandle_t xTaskToNotify, in MPU_xTaskGenericNotify()