Home
last modified time | relevance | path

Searched refs:ulNotifiedValue (Results 1 – 3 of 3) sorted by relevance

/Kernel-v11.1.0/
Dtasks.c419 volatile uint32_t ulNotifiedValue[ configTASK_NOTIFICATION_ARRAY_ENTRIES ]; member
7636 if( pxCurrentTCB->ulNotifiedValue[ uxIndexToWaitOn ] == 0U ) in ulTaskGenericNotifyTake()
7685 ulReturn = pxCurrentTCB->ulNotifiedValue[ uxIndexToWaitOn ]; in ulTaskGenericNotifyTake()
7691 pxCurrentTCB->ulNotifiedValue[ uxIndexToWaitOn ] = ( uint32_t ) 0U; in ulTaskGenericNotifyTake()
7695 pxCurrentTCB->ulNotifiedValue[ uxIndexToWaitOn ] = ulReturn - ( uint32_t ) 1; in ulTaskGenericNotifyTake()
7744 pxCurrentTCB->ulNotifiedValue[ uxIndexToWaitOn ] &= ~ulBitsToClearOnEntry; in xTaskGenericNotifyWait()
7798 *pulNotificationValue = pxCurrentTCB->ulNotifiedValue[ uxIndexToWaitOn ]; in xTaskGenericNotifyWait()
7814 pxCurrentTCB->ulNotifiedValue[ uxIndexToWaitOn ] &= ~ulBitsToClearOnExit; in xTaskGenericNotifyWait()
7852 *pulPreviousNotificationValue = pxTCB->ulNotifiedValue[ uxIndexToNotify ]; in xTaskGenericNotify()
7862 pxTCB->ulNotifiedValue[ uxIndexToNotify ] |= ulValue; in xTaskGenericNotify()
[all …]
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARC_v1/
Dport.c259 volatile uint32_t ulNotifiedValue; member
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARC_EM_HS/
Dport.c259 volatile uint32_t ulNotifiedValue; member