Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_DNS_Cache.c164 TickType_t xCurrentTickCount = xTaskGetTickCount(); in FreeRTOS_ProcessDNSCache() local
169 ulCurrentTimeSeconds = ( xCurrentTickCount / portTICK_PERIOD_MS ) / 1000U; in FreeRTOS_ProcessDNSCache()