Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dtasks.c4108 TickType_t xTicks; in xTaskGetTickCount() local
4115 xTicks = xTickCount; in xTaskGetTickCount()
4119 traceRETURN_xTaskGetTickCount( xTicks ); in xTaskGetTickCount()
4121 return xTicks; in xTaskGetTickCount()
/Kernel-v11.1.0/include/
DFreeRTOS.h1901 #define traceRETURN_xTaskGetTickCount( xTicks ) argument