Searched refs:xTaskGenericNotifyWait (Results 1 – 6 of 6) sorted by relevance
| /Kernel-v11.1.0/include/ |
| D | task.h | 2902 BaseType_t xTaskGenericNotifyWait( UBaseType_t uxIndexToWaitOn, 2908 …xTaskGenericNotifyWait( tskDEFAULT_INDEX_TO_NOTIFY, ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExi… 2910 …xTaskGenericNotifyWait( ( uxIndexToWaitOn ), ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( …
|
| D | mpu_wrappers.h | 71 #define xTaskGenericNotifyWait MPU_xTaskGenericNotifyWait macro
|
| /Kernel-v11.1.0/portable/Common/ |
| D | mpu_wrappers.c | 977 …xReturn = xTaskGenericNotifyWait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulN… in MPU_xTaskGenericNotifyWait() 985 …xReturn = xTaskGenericNotifyWait( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulN… in MPU_xTaskGenericNotifyWait()
|
| D | mpu_wrappers_v2.c | 1408 xReturn = xTaskGenericNotifyWait( pxParams->uxIndexToWaitOn, in MPU_xTaskGenericNotifyWaitImpl()
|
| /Kernel-v11.1.0/ |
| D | tasks.c | 7717 BaseType_t xTaskGenericNotifyWait( UBaseType_t uxIndexToWaitOn, in xTaskGenericNotifyWait() function
|
| D | History.txt | 72 xTaskGenericNotifyWait() to enhance code readability. We thank @Dazza0 for
|