Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Dtask.h2904 uint32_t ulBitsToClearOnExit,
2907 #define xTaskNotifyWait( ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToW… argument
2908 …otifyWait( tskDEFAULT_INDEX_TO_NOTIFY, ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( pulNot…
2909 #define xTaskNotifyWaitIndexed( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNoti… argument
2910 …xTaskGenericNotifyWait( ( uxIndexToWaitOn ), ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( …
Dmpu_prototypes.h54 uint32_t ulBitsToClearOnExit; member
118 uint32_t ulBitsToClearOnExit,
DFreeRTOS.h2317 …TER_xTaskGenericNotifyWait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotific… argument
/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers.c966 uint32_t ulBitsToClearOnExit, in MPU_xTaskGenericNotifyWait() argument
977 …n = xTaskGenericNotifyWait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotific… in MPU_xTaskGenericNotifyWait()
985 …n = xTaskGenericNotifyWait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotific… in MPU_xTaskGenericNotifyWait()
Dmpu_wrappers_v2.c1361 uint32_t ulBitsToClearOnExit, in MPU_xTaskGenericNotifyWait() argument
1370 xParams.ulBitsToClearOnExit = ulBitsToClearOnExit; in MPU_xTaskGenericNotifyWait()
1410 pxParams->ulBitsToClearOnExit, in MPU_xTaskGenericNotifyWaitImpl()
/Kernel-v11.1.0/
Dtasks.c7719 uint32_t ulBitsToClearOnExit, in xTaskGenericNotifyWait() argument
7725 …TER_xTaskGenericNotifyWait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotific… in xTaskGenericNotifyWait()
7814 pxCurrentTCB->ulNotifiedValue[ uxIndexToWaitOn ] &= ~ulBitsToClearOnExit; in xTaskGenericNotifyWait()