Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Dtask.h2613 #define xTaskNotifyIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction ) \ argument
2642 #define xTaskNotifyAndQueryIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNo… argument
2766 #define xTaskNotifyIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pxHigherPriori… argument
2793 #define xTaskNotifyAndQueryIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPre… argument
2986 #define xTaskNotifyGiveIndexed( xTaskToNotify, uxIndexToNotify ) \ argument
3073 #define vTaskNotifyGiveIndexedFromISR( xTaskToNotify, uxIndexToNotify, pxHigherPriorityTaskWoken ) \ argument
Dmpu_prototypes.h44 UBaseType_t uxIndexToNotify; member
DFreeRTOS.h961 #define traceTASK_NOTIFY( uxIndexToNotify ) argument
965 #define traceTASK_NOTIFY_FROM_ISR( uxIndexToNotify ) argument
969 #define traceTASK_NOTIFY_GIVE_FROM_ISR( uxIndexToNotify ) argument
2325 …#define traceENTER_xTaskGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPrevio… argument
2333 …#define traceENTER_xTaskGenericNotifyFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pu… argument
2341 …#define traceENTER_vTaskGenericNotifyGiveFromISR( xTaskToNotify, uxIndexToNotify, pxHigherPriority… argument
/Kernel-v11.1.0/
Dtasks.c7833 UBaseType_t uxIndexToNotify, in xTaskGenericNotify()
7953 UBaseType_t uxIndexToNotify, in xTaskGenericNotifyFromISR()
8119 UBaseType_t uxIndexToNotify, in vTaskGenericNotifyGiveFromISR()
/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers_v2.c1271 UBaseType_t uxIndexToNotify, in MPU_xTaskGenericNotify()
2114 UBaseType_t uxIndexToNotify, in MPU_xTaskGenericNotifyFromISR()
2145 UBaseType_t uxIndexToNotify, in MPU_vTaskGenericNotifyGiveFromISR()
Dmpu_wrappers.c935 UBaseType_t uxIndexToNotify, in MPU_xTaskGenericNotify()