Searched refs:pulNotificationValue (Results 1 – 6 of 6) sorted by relevance
/Kernel-v11.1.0/include/ |
D | task.h | 2905 uint32_t * pulNotificationValue, 2907 #define xTaskNotifyWait( ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToW… argument 2908 …X_TO_NOTIFY, ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( pulNotificationValue ), ( xTicks… 2909 …exed( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWa… argument 2910 …xToWaitOn ), ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( pulNotificationValue ), ( xTicks…
|
D | mpu_prototypes.h | 55 uint32_t * pulNotificationValue; member 119 uint32_t * pulNotificationValue,
|
D | FreeRTOS.h | 2317 …Wait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWa… argument
|
/Kernel-v11.1.0/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 | 1362 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()
|
/Kernel-v11.1.0/ |
D | tasks.c | 7720 uint32_t * pulNotificationValue, in xTaskGenericNotifyWait() argument 7725 …Wait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWa… in xTaskGenericNotifyWait() 7794 if( pulNotificationValue != NULL ) in xTaskGenericNotifyWait() 7798 *pulNotificationValue = pxCurrentTCB->ulNotifiedValue[ uxIndexToWaitOn ]; in xTaskGenericNotifyWait()
|