Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
HDtasks.c4759 uint32_t ulTaskGenericNotifyTake( UBaseType_t uxIndexToWait, in ulTaskGenericNotifyTake() argument
4765 configASSERT( uxIndexToWait < configTASK_NOTIFICATION_ARRAY_ENTRIES ); in ulTaskGenericNotifyTake()
4770 if( pxCurrentTCB->ulNotifiedValue[ uxIndexToWait ] == 0UL ) in ulTaskGenericNotifyTake()
4773 pxCurrentTCB->ucNotifyState[ uxIndexToWait ] = taskWAITING_NOTIFICATION; in ulTaskGenericNotifyTake()
4778 traceTASK_NOTIFY_TAKE_BLOCK( uxIndexToWait ); in ulTaskGenericNotifyTake()
4800 traceTASK_NOTIFY_TAKE( uxIndexToWait ); in ulTaskGenericNotifyTake()
4801 ulReturn = pxCurrentTCB->ulNotifiedValue[ uxIndexToWait ]; in ulTaskGenericNotifyTake()
4807 pxCurrentTCB->ulNotifiedValue[ uxIndexToWait ] = 0UL; in ulTaskGenericNotifyTake()
4811 pxCurrentTCB->ulNotifiedValue[ uxIndexToWait ] = ulReturn - ( uint32_t ) 1; in ulTaskGenericNotifyTake()
4819 pxCurrentTCB->ucNotifyState[ uxIndexToWait ] = taskNOT_WAITING_NOTIFICATION; in ulTaskGenericNotifyTake()
[all …]
/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