Searched refs:pulNotificationValue (Results 1 – 5 of 5) sorted by relevance
/Kernel-v10.6.2/include/ |
HD | task.h | 2455 uint32_t * pulNotificationValue, 2457 #define xTaskNotifyWait( ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToW… argument 2458 …X_TO_NOTIFY, ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( pulNotificationValue ), ( xTicks… 2459 …exed( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWa… argument 2460 …xToWaitOn ), ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( pulNotificationValue ), ( xTicks…
|
HD | mpu_prototypes.h | 55 uint32_t * pulNotificationValue; member 120 uint32_t * pulNotificationValue,
|
/Kernel-v10.6.2/portable/Common/ |
HD | mpu_wrappers.c | 991 uint32_t * pulNotificationValue, in MPU_xTaskGenericNotifyWait() argument 1001 …Wait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWa… in MPU_xTaskGenericNotifyWait() 1009 …Wait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWa… in MPU_xTaskGenericNotifyWait()
|
HD | mpu_wrappers_v2.c | 1388 uint32_t * pulNotificationValue, in MPU_xTaskGenericNotifyWait() argument 1397 xParams.pulNotificationValue = pulNotificationValue; in MPU_xTaskGenericNotifyWait() 1424 if( pxParams->pulNotificationValue != NULL ) in MPU_xTaskGenericNotifyWaitImpl() 1426 … xIsNotificationValueWritable = xPortIsAuthorizedToAccessBuffer( pxParams->pulNotificationValue, in MPU_xTaskGenericNotifyWaitImpl() 1431 if( ( pxParams->pulNotificationValue == NULL ) || in MPU_xTaskGenericNotifyWaitImpl() 1437 pxParams->pulNotificationValue, in MPU_xTaskGenericNotifyWaitImpl()
|
/Kernel-v10.6.2/ |
HD | tasks.c | 4834 uint32_t * pulNotificationValue, in xTaskGenericNotifyWait() argument 4881 if( pulNotificationValue != NULL ) in xTaskGenericNotifyWait() 4885 *pulNotificationValue = pxCurrentTCB->ulNotifiedValue[ uxIndexToWait ]; in xTaskGenericNotifyWait()
|