Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/include/
A Dtask.h2626 UBaseType_t uxIndexToNotify,
2632 #define xTaskNotifyIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction ) \ argument
2633 xTaskGenericNotify( ( xTaskToNotify ), ( uxIndexToNotify ), ( ulValue ), ( eAction ), NULL )
2661 #define xTaskNotifyAndQueryIndexed( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNo… argument
2778 UBaseType_t uxIndexToNotify,
2785 #define xTaskNotifyIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pxHigherPriori… argument
3005 #define xTaskNotifyGiveIndexed( xTaskToNotify, uxIndexToNotify ) \ argument
3006 xTaskGenericNotify( ( xTaskToNotify ), ( uxIndexToNotify ), ( 0 ), eIncrement, NULL )
3088 UBaseType_t uxIndexToNotify,
3092 #define vTaskNotifyGiveIndexedFromISR( xTaskToNotify, uxIndexToNotify, pxHigherPriorityTaskWoken ) \ argument
[all …]
A Dmpu_prototypes.h44 UBaseType_t uxIndexToNotify; member
111 UBaseType_t uxIndexToNotify,
208 UBaseType_t uxIndexToNotify,
214 UBaseType_t uxIndexToNotify,
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() argument
7941 ( pxTCB->ulNotifiedValue[ uxIndexToNotify ] )++; in xTaskGenericNotify()
7945 pxTCB->ulNotifiedValue[ uxIndexToNotify ] = ulValue; in xTaskGenericNotify()
7978 traceTASK_NOTIFY( uxIndexToNotify ); in xTaskGenericNotify()
8028 UBaseType_t uxIndexToNotify, in xTaskGenericNotifyFromISR() argument
8084 ( pxTCB->ulNotifiedValue[ uxIndexToNotify ] )++; in xTaskGenericNotifyFromISR()
8088 pxTCB->ulNotifiedValue[ uxIndexToNotify ] = ulValue; in xTaskGenericNotifyFromISR()
8120 traceTASK_NOTIFY_FROM_ISR( uxIndexToNotify ); in xTaskGenericNotifyFromISR()
8210 UBaseType_t uxIndexToNotify, in vTaskGenericNotifyGiveFromISR() argument
8252 ( pxTCB->ulNotifiedValue[ uxIndexToNotify ] )++; in vTaskGenericNotifyGiveFromISR()
[all …]
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers_v2.c1271 UBaseType_t uxIndexToNotify, in MPU_xTaskGenericNotify() argument
1280 xParams.uxIndexToNotify = uxIndexToNotify; in MPU_xTaskGenericNotify()
1310 if( ( pxParams->uxIndexToNotify < configTASK_NOTIFICATION_ARRAY_ENTRIES ) && in MPU_xTaskGenericNotifyImpl()
1340 pxParams->uxIndexToNotify, in MPU_xTaskGenericNotifyImpl()
2114 UBaseType_t uxIndexToNotify, in MPU_xTaskGenericNotifyFromISR() argument
2132 …xReturn = xTaskGenericNotifyFromISR( xInternalTaskHandle, uxIndexToNotify, ulValue, eAction, pulPr… in MPU_xTaskGenericNotifyFromISR()
2145 UBaseType_t uxIndexToNotify, in MPU_vTaskGenericNotifyGiveFromISR() argument
2159 … vTaskGenericNotifyGiveFromISR( xInternalTaskHandle, uxIndexToNotify, pxHigherPriorityTaskWoken ); in MPU_vTaskGenericNotifyGiveFromISR()
A Dmpu_wrappers.c937 UBaseType_t uxIndexToNotify, in MPU_xTaskGenericNotify() argument
949 …xReturn = xTaskGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotific… in MPU_xTaskGenericNotify()
957 …xReturn = xTaskGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotific… in MPU_xTaskGenericNotify()

Completed in 45 milliseconds