Searched refs:xTicks (Results 1 – 2 of 2) sorted by relevance
44 …#define pdTICKS_TO_MS( xTicks ) ( ( TickType_t ) ( ( uint64_t ) ( xTicks ) * 1000 / configTICK_R… argument
2637 TickType_t xTicks; in xTaskGetTickCount() local2639 xTicks = xTickCount; in xTaskGetTickCount()2641 return xTicks; in xTaskGetTickCount()