Home
last modified time | relevance | path

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

/Kernel-v11.0.1/include/
Dtask.h2903 uint32_t ulBitsToClearOnExit,
2906 #define xTaskNotifyWait( ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToW… argument
2907 …otifyWait( tskDEFAULT_INDEX_TO_NOTIFY, ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( pulNot…
2908 #define xTaskNotifyWaitIndexed( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNoti… argument
2909 …xTaskGenericNotifyWait( ( uxIndexToWaitOn ), ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( …
Dmpu_prototypes.h54 uint32_t ulBitsToClearOnExit; member
118 uint32_t ulBitsToClearOnExit,
DFreeRTOS.h2265 …TER_xTaskGenericNotifyWait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotific… argument
/Kernel-v11.0.1/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.c1356 uint32_t ulBitsToClearOnExit, in MPU_xTaskGenericNotifyWait() argument
1365 xParams.ulBitsToClearOnExit = ulBitsToClearOnExit; in MPU_xTaskGenericNotifyWait()
1405 pxParams->ulBitsToClearOnExit, in MPU_xTaskGenericNotifyWaitImpl()
/Kernel-v11.0.1/
Dtasks.c7769 uint32_t ulBitsToClearOnExit, in xTaskGenericNotifyWait() argument
7775 …TER_xTaskGenericNotifyWait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotific… in xTaskGenericNotifyWait()
7881 pxCurrentTCB->ulNotifiedValue[ uxIndexToWaitOn ] &= ~ulBitsToClearOnExit; in xTaskGenericNotifyWait()