Searched refs:pulNotificationValue (Results 1 – 6 of 6) sorted by relevance
/FreeRTOS-Kernel/include/ |
A D | task.h | 2924 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 D | mpu_prototypes.h | 55 uint32_t * pulNotificationValue; member 119 uint32_t * pulNotificationValue,
|
A D | FreeRTOS.h | 2342 …Wait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWa… argument
|
/FreeRTOS-Kernel/portable/Common/ |
A D | mpu_wrappers.c | 969 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 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()
|
/FreeRTOS-Kernel/ |
A D | tasks.c | 7796 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