Home
last modified time | relevance | path

Searched defs:uxIndexToWait (Results 1 – 2 of 2) sorted by relevance

/Kernel-v10.6.2/include/
HDFreeRTOS.h751 #define traceTASK_NOTIFY_TAKE_BLOCK( uxIndexToWait ) argument
755 #define traceTASK_NOTIFY_TAKE( uxIndexToWait ) argument
759 #define traceTASK_NOTIFY_WAIT_BLOCK( uxIndexToWait ) argument
763 #define traceTASK_NOTIFY_WAIT( uxIndexToWait ) argument
/Kernel-v10.6.2/
HDtasks.c4759 uint32_t ulTaskGenericNotifyTake( UBaseType_t uxIndexToWait, in ulTaskGenericNotifyTake()
4831 BaseType_t xTaskGenericNotifyWait( UBaseType_t uxIndexToWait, in xTaskGenericNotifyWait()