Home
last modified time | relevance | path

Searched defs:xTime (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_IP_Timers.c260 TickType_t xTime ) in prvIPTimerStart()
278 void vIPTimerStartARPResolution( TickType_t xTime ) in vIPTimerStartARPResolution()
291 TickType_t xTime ) in prvIPTimerReload()
299 void vTCPTimerReload( TickType_t xTime ) in vTCPTimerReload()
306 void vARPTimerReload( TickType_t xTime ) in vARPTimerReload()
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_Timers/
DFreeRTOS_IP_Timers_utest.c386 TickType_t xTime = 0xABCD; in test_prvIPTimerStart_NonZeroTime() local
400 TickType_t xTime = 0x00; in test_prvIPTimerStart_ZeroTime() local
413 TickType_t xTime = 0x00; in test_vIPTimerStartARPResolution() local
426 TickType_t xTime = 0x12A; in test_vTCPTimerReload() local
440 TickType_t xTime = 0x12A; in test_vARPTimerReload() local
454 TickType_t xTime = 0x12A; in test_vDHCPTimerReload() local
468 TickType_t xTime = 0x12A; in test_vDNSTimerReload() local
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/libslirp/
DMBuffNetifBackendLibslirp.c725 LARGE_INTEGER xTime; in llSlirp_ClockGetNanoSeconds() local