Home
last modified time | relevance | path

Searched refs:ulBitsToClearOnExit (Results 1 – 5 of 5) sorted by relevance

/Kernel-v10.6.2/include/
HDtask.h2454 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 ), ( …
HDmpu_prototypes.h54 uint32_t ulBitsToClearOnExit; member
119 uint32_t ulBitsToClearOnExit,
/Kernel-v10.6.2/portable/Common/
HDmpu_wrappers.c990 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()
HDmpu_wrappers_v2.c1387 uint32_t ulBitsToClearOnExit, in MPU_xTaskGenericNotifyWait() argument
1396 xParams.ulBitsToClearOnExit = ulBitsToClearOnExit; in MPU_xTaskGenericNotifyWait()
1436 pxParams->ulBitsToClearOnExit, in MPU_xTaskGenericNotifyWaitImpl()
/Kernel-v10.6.2/
HDtasks.c4833 uint32_t ulBitsToClearOnExit, in xTaskGenericNotifyWait() argument
4901 pxCurrentTCB->ulNotifiedValue[ uxIndexToWait ] &= ~ulBitsToClearOnExit; in xTaskGenericNotifyWait()