Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/include/freertos/
Dprojdefs.h44 …#define pdTICKS_TO_MS( xTicks ) ( ( TickType_t ) ( ( uint64_t ) ( xTicks ) * 1000 / configTICK_R… argument
/hal_espressif-3.6.0/components/freertos/
Dtasks.c2637 TickType_t xTicks; in xTaskGetTickCount() local
2639 xTicks = xTickCount; in xTaskGetTickCount()
2641 return xTicks; in xTaskGetTickCount()