Home
last modified time | relevance | path

Searched refs:eNoAction (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h144 eNoAction = 0, enumerator
162 #define TXFR_NOTIFYACTION_VALID(x) (((int)x >= (int)eNoAction) && ((int)x <= (int)eSetValueWithoutO…
Dtx_freertos.c946 case eNoAction: in xTaskNotifyAndQuery()