Searched refs:pulNotificationValue (Results 1 – 6 of 6) sorted by relevance
| /Kernel-v11.0.1/include/ |
| D | task.h | 2904 uint32_t * pulNotificationValue, 2906 #define xTaskNotifyWait( ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToW… argument 2907 …X_TO_NOTIFY, ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( pulNotificationValue ), ( xTicks… 2908 …exed( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWa… argument 2909 …xToWaitOn ), ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( pulNotificationValue ), ( xTicks…
|
| D | mpu_prototypes.h | 55 uint32_t * pulNotificationValue; member 119 uint32_t * pulNotificationValue,
|
| D | FreeRTOS.h | 2265 …Wait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWa… argument
|
| /Kernel-v11.0.1/portable/Common/ |
| D | mpu_wrappers.c | 967 uint32_t * pulNotificationValue, in MPU_xTaskGenericNotifyWait() argument 977 …Wait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWa… in MPU_xTaskGenericNotifyWait() 985 …Wait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWa… in MPU_xTaskGenericNotifyWait()
|
| D | mpu_wrappers_v2.c | 1357 uint32_t * pulNotificationValue, in MPU_xTaskGenericNotifyWait() argument 1366 xParams.pulNotificationValue = pulNotificationValue; in MPU_xTaskGenericNotifyWait() 1393 if( pxParams->pulNotificationValue != NULL ) in MPU_xTaskGenericNotifyWaitImpl() 1395 … xIsNotificationValueWritable = xPortIsAuthorizedToAccessBuffer( pxParams->pulNotificationValue, in MPU_xTaskGenericNotifyWaitImpl() 1400 if( ( pxParams->pulNotificationValue == NULL ) || in MPU_xTaskGenericNotifyWaitImpl() 1406 pxParams->pulNotificationValue, in MPU_xTaskGenericNotifyWaitImpl()
|
| /Kernel-v11.0.1/ |
| D | tasks.c | 7770 uint32_t * pulNotificationValue, in xTaskGenericNotifyWait() argument 7775 …Wait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWa… in xTaskGenericNotifyWait() 7861 if( pulNotificationValue != NULL ) in xTaskGenericNotifyWait() 7865 *pulNotificationValue = pxCurrentTCB->ulNotifiedValue[ uxIndexToWaitOn ]; in xTaskGenericNotifyWait()
|