Home
last modified time | relevance | path

Searched defs:uxIndexToNotify (Results 1 – 6 of 6) sorted by relevance

/Kernel-v10.6.2/include/
HDtask.h2163 #define xTaskNotifyIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction ) \ argument
2192 #define xTaskNotifyAndQueryIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNo… argument
2316 #define xTaskNotifyIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pxHigherPriori… argument
2343 #define xTaskNotifyAndQueryIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPre… argument
2536 #define xTaskNotifyGiveIndexed( xTaskToNotify, uxIndexToNotify ) \ argument
2623 #define vTaskNotifyGiveIndexedFromISR( xTaskToNotify, uxIndexToNotify, pxHigherPriorityTaskWoken ) \ argument
HDmpu_prototypes.h44 UBaseType_t uxIndexToNotify; member
HDFreeRTOS.h767 #define traceTASK_NOTIFY( uxIndexToNotify ) argument
771 #define traceTASK_NOTIFY_FROM_ISR( uxIndexToNotify ) argument
775 #define traceTASK_NOTIFY_GIVE_FROM_ISR( uxIndexToNotify ) argument
/Kernel-v10.6.2/
HDtasks.c4918 UBaseType_t uxIndexToNotify, in xTaskGenericNotify()
5041 UBaseType_t uxIndexToNotify, in xTaskGenericNotifyFromISR()
5180 UBaseType_t uxIndexToNotify, in vTaskGenericNotifyGiveFromISR()
/Kernel-v10.6.2/portable/Common/
HDmpu_wrappers_v2.c1297 UBaseType_t uxIndexToNotify, in MPU_xTaskGenericNotify()
2045 UBaseType_t uxIndexToNotify, in MPU_xTaskGenericNotifyFromISR()
2076 UBaseType_t uxIndexToNotify, in MPU_vTaskGenericNotifyGiveFromISR()
HDmpu_wrappers.c959 UBaseType_t uxIndexToNotify, in MPU_xTaskGenericNotify()