tskTaskControlBlock::ulNotifiedValue is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesFreeRTOStskTaskControlBlock::ulNotifiedValue

tskTaskControlBlock::ulNotifiedValue field

Syntax

volatile uint32_t ulNotifiedValue;

References

LocationReferrerText
tasks.c:311
volatile uint32_t ulNotifiedValue;
tasks.c:992prvInitialiseNewTask()
pxNewTCB->ulNotifiedValue = 0;
tasks.c:4642ulTaskNotifyTake()
if( pxCurrentTCB->ulNotifiedValue == 0UL )
tasks.c:4673ulTaskNotifyTake()
ulReturn = pxCurrentTCB->ulNotifiedValue;
tasks.c:4679ulTaskNotifyTake()
pxCurrentTCB->ulNotifiedValue = 0UL;
tasks.c:4683ulTaskNotifyTake()
pxCurrentTCB->ulNotifiedValue = ulReturn - ( uint32_t ) 1;
tasks.c:4715xTaskNotifyWait()
pxCurrentTCB->ulNotifiedValue &= ~ulBitsToClearOnEntry;
tasks.c:4751xTaskNotifyWait()
*pulNotificationValue = pxCurrentTCB->ulNotifiedValue;
tasks.c:4767xTaskNotifyWait()
pxCurrentTCB->ulNotifiedValue &= ~ulBitsToClearOnExit;
tasks.c:4796xTaskGenericNotify()
*pulPreviousNotificationValue = pxTCB->ulNotifiedValue;
tasks.c:4806xTaskGenericNotify()
pxTCB->ulNotifiedValue |= ulValue;
tasks.c:4810xTaskGenericNotify()
( pxTCB->ulNotifiedValue )++;
tasks.c:4814xTaskGenericNotify()
pxTCB->ulNotifiedValue = ulValue;
tasks.c:4820xTaskGenericNotify()
pxTCB->ulNotifiedValue = ulValue;
tasks.c:4838xTaskGenericNotify()
configASSERT( pxTCB->ulNotifiedValue == ~0UL );
tasks.c:4930xTaskGenericNotifyFromISR()
*pulPreviousNotificationValue = pxTCB->ulNotifiedValue;
tasks.c:4939xTaskGenericNotifyFromISR()
pxTCB->ulNotifiedValue |= ulValue;
tasks.c:4943xTaskGenericNotifyFromISR()
( pxTCB->ulNotifiedValue )++;
tasks.c:4947xTaskGenericNotifyFromISR()
pxTCB->ulNotifiedValue = ulValue;
tasks.c:4953xTaskGenericNotifyFromISR()
pxTCB->ulNotifiedValue = ulValue;
tasks.c:4971xTaskGenericNotifyFromISR()
configASSERT( pxTCB->ulNotifiedValue == ~0UL );
tasks.c:5061vTaskNotifyGiveFromISR()
( pxTCB->ulNotifiedValue )++;
tasks.c:5156ulTaskNotifyValueClear()
ulReturn = pxCurrentTCB->ulNotifiedValue;
tasks.c:5157ulTaskNotifyValueClear()
pxTCB->ulNotifiedValue &= ~ulBitsToClear;

Data Use

Functions writing tskTaskControlBlock::ulNotifiedValue
Functions reading tskTaskControlBlock::ulNotifiedValue
tskTaskControlBlock::ulNotifiedValue
Type of tskTaskControlBlock::ulNotifiedValue
tskTaskControlBlock::ulNotifiedValue
uint32_t
all items filtered out