Searched defs:pulNotificationValue (Results 1 – 6 of 6) sorted by relevance
/FreeRTOS-Kernel/include/ |
A D | mpu_prototypes.h | 55 uint32_t * pulNotificationValue; member
|
A D | task.h | 2926 #define xTaskNotifyWait( ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToW… argument 2928 …exed( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWa… argument
|
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()
|
A D | mpu_wrappers_v2.c | 1362 uint32_t * pulNotificationValue, in MPU_xTaskGenericNotifyWait()
|
/FreeRTOS-Kernel/ |
A D | tasks.c | 7796 uint32_t * pulNotificationValue, in xTaskGenericNotifyWait()
|
Completed in 50 milliseconds