Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_DNS_Cache.c212 TickType_t xCurrentTickCount = xTaskGetTickCount(); in FreeRTOS_ProcessDNSCache() local
223 ulCurrentTimeSeconds = ( uint32_t ) ( ( xCurrentTickCount / portTICK_PERIOD_MS ) / 1000U ); in FreeRTOS_ProcessDNSCache()