Home
last modified time | relevance | path

Searched defs:uxIndexToNotify (Results 1 – 6 of 6) sorted by relevance

/FreeRTOS-Kernel/include/
A Dtask.h2632 #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 Dmpu_prototypes.h44 UBaseType_t uxIndexToNotify; member
A DFreeRTOS.h978 #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 Dtasks.c7908 UBaseType_t uxIndexToNotify, in xTaskGenericNotify()
8028 UBaseType_t uxIndexToNotify, in xTaskGenericNotifyFromISR()
8210 UBaseType_t uxIndexToNotify, in vTaskGenericNotifyGiveFromISR()
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers_v2.c1271 UBaseType_t uxIndexToNotify, in MPU_xTaskGenericNotify()
2114 UBaseType_t uxIndexToNotify, in MPU_xTaskGenericNotifyFromISR()
2145 UBaseType_t uxIndexToNotify, in MPU_vTaskGenericNotifyGiveFromISR()
A Dmpu_wrappers.c937 UBaseType_t uxIndexToNotify, in MPU_xTaskGenericNotify()

Completed in 43 milliseconds