Searched refs:ulBitsToClearOnExit (Results 1 – 6 of 6) sorted by relevance
| /Kernel-v11.0.1/include/ |
| D | task.h | 2903 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 ), ( …
|
| D | mpu_prototypes.h | 54 uint32_t ulBitsToClearOnExit; member 118 uint32_t ulBitsToClearOnExit,
|
| D | FreeRTOS.h | 2265 …TER_xTaskGenericNotifyWait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotific… argument
|
| /Kernel-v11.0.1/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 | 1356 uint32_t ulBitsToClearOnExit, in MPU_xTaskGenericNotifyWait() argument 1365 xParams.ulBitsToClearOnExit = ulBitsToClearOnExit; in MPU_xTaskGenericNotifyWait() 1405 pxParams->ulBitsToClearOnExit, in MPU_xTaskGenericNotifyWaitImpl()
|
| /Kernel-v11.0.1/ |
| D | tasks.c | 7769 uint32_t ulBitsToClearOnExit, in xTaskGenericNotifyWait() argument 7775 …TER_xTaskGenericNotifyWait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotific… in xTaskGenericNotifyWait() 7881 pxCurrentTCB->ulNotifiedValue[ uxIndexToWaitOn ] &= ~ulBitsToClearOnExit; in xTaskGenericNotifyWait()
|