Home
last modified time | relevance | path

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

/Kernel-v11.0.1/
Dtasks.c4076 TickType_t xTicks; in xTaskGetTickCount() local
4083 xTicks = xTickCount; in xTaskGetTickCount()
4087 traceRETURN_xTaskGetTickCount( xTicks ); in xTaskGetTickCount()
4089 return xTicks; in xTaskGetTickCount()
/Kernel-v11.0.1/include/
DFreeRTOS.h1849 #define traceRETURN_xTaskGetTickCount( xTicks ) argument