Searched defs:uxIndexToNotify (Results 1 – 6 of 6) sorted by relevance
/FreeRTOS-Kernel/include/ |
A D | task.h | 2632 #define xTaskNotifyIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction ) \ argument 2661 #define xTaskNotifyAndQueryIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNo… argument 2785 #define xTaskNotifyIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pxHigherPriori… argument 2812 #define xTaskNotifyAndQueryIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPre… argument 3005 #define xTaskNotifyGiveIndexed( xTaskToNotify, uxIndexToNotify ) \ argument 3092 #define vTaskNotifyGiveIndexedFromISR( xTaskToNotify, uxIndexToNotify, pxHigherPriorityTaskWoken ) \ argument
|
A D | mpu_prototypes.h | 44 UBaseType_t uxIndexToNotify; member
|
A D | FreeRTOS.h | 978 #define traceTASK_NOTIFY( uxIndexToNotify ) argument 982 #define traceTASK_NOTIFY_FROM_ISR( uxIndexToNotify ) argument 986 #define traceTASK_NOTIFY_GIVE_FROM_ISR( uxIndexToNotify ) argument 2350 …#define traceENTER_xTaskGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPrevio… argument 2358 …#define traceENTER_xTaskGenericNotifyFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pu… argument 2366 …#define traceENTER_vTaskGenericNotifyGiveFromISR( xTaskToNotify, uxIndexToNotify, pxHigherPriority… argument
|
/FreeRTOS-Kernel/ |
A D | tasks.c | 7908 UBaseType_t uxIndexToNotify, in xTaskGenericNotify() 8028 UBaseType_t uxIndexToNotify, in xTaskGenericNotifyFromISR() 8210 UBaseType_t uxIndexToNotify, in vTaskGenericNotifyGiveFromISR()
|
/FreeRTOS-Kernel/portable/Common/ |
A D | mpu_wrappers_v2.c | 1271 UBaseType_t uxIndexToNotify, in MPU_xTaskGenericNotify() 2114 UBaseType_t uxIndexToNotify, in MPU_xTaskGenericNotifyFromISR() 2145 UBaseType_t uxIndexToNotify, in MPU_vTaskGenericNotifyGiveFromISR()
|
A D | mpu_wrappers.c | 937 UBaseType_t uxIndexToNotify, in MPU_xTaskGenericNotify()
|
Completed in 43 milliseconds