Searched refs:ulNotifiedValue (Results 1 – 3 of 3) sorted by relevance
308 volatile uint32_t ulNotifiedValue[ configTASK_NOTIFICATION_ARRAY_ENTRIES ]; member4770 if( pxCurrentTCB->ulNotifiedValue[ uxIndexToWait ] == 0UL ) 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()4849 pxCurrentTCB->ulNotifiedValue[ uxIndexToWait ] &= ~ulBitsToClearOnEntry; in xTaskGenericNotifyWait()4885 *pulNotificationValue = pxCurrentTCB->ulNotifiedValue[ uxIndexToWait ]; in xTaskGenericNotifyWait()4901 pxCurrentTCB->ulNotifiedValue[ uxIndexToWait ] &= ~ulBitsToClearOnExit; in xTaskGenericNotifyWait()4935 *pulPreviousNotificationValue = pxTCB->ulNotifiedValue[ uxIndexToNotify ]; in xTaskGenericNotify()4945 pxTCB->ulNotifiedValue[ uxIndexToNotify ] |= ulValue; in xTaskGenericNotify()[all …]
259 volatile uint32_t ulNotifiedValue; member