Home
last modified time | relevance | path

Searched refs:pulNotificationValue (Results 1 – 6 of 6) sorted by relevance

/FreeRTOS-Kernel/include/
A Dtask.h2924 uint32_t * pulNotificationValue,
2926 #define xTaskNotifyWait( ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToW… argument
2927 …X_TO_NOTIFY, ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( pulNotificationValue ), ( xTicks…
2928 …exed( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWa… argument
2929 …xToWaitOn ), ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( pulNotificationValue ), ( xTicks…
A Dmpu_prototypes.h55 uint32_t * pulNotificationValue; member
119 uint32_t * pulNotificationValue,
A DFreeRTOS.h2342 …Wait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWa… argument
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers.c969 uint32_t * pulNotificationValue, in MPU_xTaskGenericNotifyWait() argument
979 …Wait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWa… in MPU_xTaskGenericNotifyWait()
987 …Wait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWa… in MPU_xTaskGenericNotifyWait()
A Dmpu_wrappers_v2.c1362 uint32_t * pulNotificationValue, in MPU_xTaskGenericNotifyWait() argument
1371 xParams.pulNotificationValue = pulNotificationValue; in MPU_xTaskGenericNotifyWait()
1398 if( pxParams->pulNotificationValue != NULL ) in MPU_xTaskGenericNotifyWaitImpl()
1400 … xIsNotificationValueWritable = xPortIsAuthorizedToAccessBuffer( pxParams->pulNotificationValue, in MPU_xTaskGenericNotifyWaitImpl()
1405 if( ( pxParams->pulNotificationValue == NULL ) || in MPU_xTaskGenericNotifyWaitImpl()
1411 pxParams->pulNotificationValue, in MPU_xTaskGenericNotifyWaitImpl()
/FreeRTOS-Kernel/
A Dtasks.c7796 uint32_t * pulNotificationValue, in xTaskGenericNotifyWait() argument
7801 …Wait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWa… in xTaskGenericNotifyWait()
7869 if( pulNotificationValue != NULL ) in xTaskGenericNotifyWait()
7873 *pulNotificationValue = pxCurrentTCB->ulNotifiedValue[ uxIndexToWaitOn ]; in xTaskGenericNotifyWait()

Completed in 49 milliseconds