Searched defs:uxIndexToNotify (Results 1 – 6 of 6) sorted by relevance
/Kernel-v11.1.0/include/ |
D | task.h | 2613 #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
|
D | mpu_prototypes.h | 44 UBaseType_t uxIndexToNotify; member
|
D | FreeRTOS.h | 961 #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/ |
D | tasks.c | 7833 UBaseType_t uxIndexToNotify, in xTaskGenericNotify() 7953 UBaseType_t uxIndexToNotify, in xTaskGenericNotifyFromISR() 8119 UBaseType_t uxIndexToNotify, in vTaskGenericNotifyGiveFromISR()
|
/Kernel-v11.1.0/portable/Common/ |
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()
|
D | mpu_wrappers.c | 935 UBaseType_t uxIndexToNotify, in MPU_xTaskGenericNotify()
|