Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/include/
A Dtask.h2923 uint32_t ulBitsToClearOnExit,
2926 #define xTaskNotifyWait( ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToW… argument
2927 …otifyWait( tskDEFAULT_INDEX_TO_NOTIFY, ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( pulNot…
2928 #define xTaskNotifyWaitIndexed( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNoti… argument
2929 …xTaskGenericNotifyWait( ( uxIndexToWaitOn ), ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( …
A Dmpu_prototypes.h54 uint32_t ulBitsToClearOnExit; member
118 uint32_t ulBitsToClearOnExit,
A DFreeRTOS.h2342 …TER_xTaskGenericNotifyWait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotific… argument
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers.c968 uint32_t ulBitsToClearOnExit, in MPU_xTaskGenericNotifyWait() argument
979 …n = xTaskGenericNotifyWait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotific… in MPU_xTaskGenericNotifyWait()
987 …n = xTaskGenericNotifyWait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotific… in MPU_xTaskGenericNotifyWait()
A Dmpu_wrappers_v2.c1361 uint32_t ulBitsToClearOnExit, in MPU_xTaskGenericNotifyWait() argument
1370 xParams.ulBitsToClearOnExit = ulBitsToClearOnExit; in MPU_xTaskGenericNotifyWait()
1410 pxParams->ulBitsToClearOnExit, in MPU_xTaskGenericNotifyWaitImpl()
/FreeRTOS-Kernel/
A Dtasks.c7795 uint32_t ulBitsToClearOnExit, in xTaskGenericNotifyWait() argument
7801 …TER_xTaskGenericNotifyWait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotific… in xTaskGenericNotifyWait()
7889 pxCurrentTCB->ulNotifiedValue[ uxIndexToWaitOn ] &= ~ulBitsToClearOnExit; in xTaskGenericNotifyWait()

Completed in 47 milliseconds