Searched refs:ulBitsToClearOnExit (Results 1 – 6 of 6) sorted by relevance
/Kernel-v11.1.0/include/ |
D | task.h | 2904 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 ), ( …
|
D | mpu_prototypes.h | 54 uint32_t ulBitsToClearOnExit; member 118 uint32_t ulBitsToClearOnExit,
|
D | FreeRTOS.h | 2317 …TER_xTaskGenericNotifyWait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotific… argument
|
/Kernel-v11.1.0/portable/Common/ |
D | mpu_wrappers.c | 966 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()
|
D | mpu_wrappers_v2.c | 1361 uint32_t ulBitsToClearOnExit, in MPU_xTaskGenericNotifyWait() argument 1370 xParams.ulBitsToClearOnExit = ulBitsToClearOnExit; in MPU_xTaskGenericNotifyWait() 1410 pxParams->ulBitsToClearOnExit, in MPU_xTaskGenericNotifyWaitImpl()
|
/Kernel-v11.1.0/ |
D | tasks.c | 7719 uint32_t ulBitsToClearOnExit, in xTaskGenericNotifyWait() argument 7725 …TER_xTaskGenericNotifyWait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotific… in xTaskGenericNotifyWait() 7814 pxCurrentTCB->ulNotifiedValue[ uxIndexToWaitOn ] &= ~ulBitsToClearOnExit; in xTaskGenericNotifyWait()
|