Searched refs:ulBitsToClearOnExit (Results 1 – 5 of 5) sorted by relevance
/Kernel-v10.6.2/include/ |
HD | task.h | 2454 uint32_t ulBitsToClearOnExit, 2457 #define xTaskNotifyWait( ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToW… argument 2458 …otifyWait( tskDEFAULT_INDEX_TO_NOTIFY, ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( pulNot… 2459 #define xTaskNotifyWaitIndexed( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNoti… argument 2460 …xTaskGenericNotifyWait( ( uxIndexToWaitOn ), ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( …
|
HD | mpu_prototypes.h | 54 uint32_t ulBitsToClearOnExit; member 119 uint32_t ulBitsToClearOnExit,
|
/Kernel-v10.6.2/portable/Common/ |
HD | mpu_wrappers.c | 990 uint32_t ulBitsToClearOnExit, in MPU_xTaskGenericNotifyWait() argument 1001 …n = xTaskGenericNotifyWait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotific… in MPU_xTaskGenericNotifyWait() 1009 …n = xTaskGenericNotifyWait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotific… in MPU_xTaskGenericNotifyWait()
|
HD | mpu_wrappers_v2.c | 1387 uint32_t ulBitsToClearOnExit, in MPU_xTaskGenericNotifyWait() argument 1396 xParams.ulBitsToClearOnExit = ulBitsToClearOnExit; in MPU_xTaskGenericNotifyWait() 1436 pxParams->ulBitsToClearOnExit, in MPU_xTaskGenericNotifyWaitImpl()
|
/Kernel-v10.6.2/ |
HD | tasks.c | 4833 uint32_t ulBitsToClearOnExit, in xTaskGenericNotifyWait() argument 4901 pxCurrentTCB->ulNotifiedValue[ uxIndexToWait ] &= ~ulBitsToClearOnExit; in xTaskGenericNotifyWait()
|