Searched refs:ulBitsToClearOnExit (Results 1 – 6 of 6) sorted by relevance
/FreeRTOS-Kernel/include/ |
A D | task.h | 2923 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 D | mpu_prototypes.h | 54 uint32_t ulBitsToClearOnExit; member 118 uint32_t ulBitsToClearOnExit,
|
A D | FreeRTOS.h | 2342 …TER_xTaskGenericNotifyWait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotific… argument
|
/FreeRTOS-Kernel/portable/Common/ |
A D | mpu_wrappers.c | 968 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 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()
|
/FreeRTOS-Kernel/ |
A D | tasks.c | 7795 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