Searched defs:uxIndexToNotify (Results 1 – 6 of 6) sorted by relevance
/Kernel-v10.6.2/include/ |
HD | task.h | 2163 #define xTaskNotifyIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction ) \ argument 2192 #define xTaskNotifyAndQueryIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNo… argument 2316 #define xTaskNotifyIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pxHigherPriori… argument 2343 #define xTaskNotifyAndQueryIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPre… argument 2536 #define xTaskNotifyGiveIndexed( xTaskToNotify, uxIndexToNotify ) \ argument 2623 #define vTaskNotifyGiveIndexedFromISR( xTaskToNotify, uxIndexToNotify, pxHigherPriorityTaskWoken ) \ argument
|
HD | mpu_prototypes.h | 44 UBaseType_t uxIndexToNotify; member
|
HD | FreeRTOS.h | 767 #define traceTASK_NOTIFY( uxIndexToNotify ) argument 771 #define traceTASK_NOTIFY_FROM_ISR( uxIndexToNotify ) argument 775 #define traceTASK_NOTIFY_GIVE_FROM_ISR( uxIndexToNotify ) argument
|
/Kernel-v10.6.2/ |
HD | tasks.c | 4918 UBaseType_t uxIndexToNotify, in xTaskGenericNotify() 5041 UBaseType_t uxIndexToNotify, in xTaskGenericNotifyFromISR() 5180 UBaseType_t uxIndexToNotify, in vTaskGenericNotifyGiveFromISR()
|
/Kernel-v10.6.2/portable/Common/ |
HD | mpu_wrappers_v2.c | 1297 UBaseType_t uxIndexToNotify, in MPU_xTaskGenericNotify() 2045 UBaseType_t uxIndexToNotify, in MPU_xTaskGenericNotifyFromISR() 2076 UBaseType_t uxIndexToNotify, in MPU_vTaskGenericNotifyGiveFromISR()
|
HD | mpu_wrappers.c | 959 UBaseType_t uxIndexToNotify, in MPU_xTaskGenericNotify()
|