Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/stad/src/Data_link/
DTrafficMonitor.c57 TI_HANDLE TestEventTimer; variable
99 TestEventTimer = NULL; in TrafficMonitor_create()
173 TestEventTimer = tmr_CreateTimer (pStadHandles->hTimer); in TrafficMonitor_Init()
174 tmr_StartTimer (TestEventTimer, TestEventFunc, (TI_HANDLE)TrafficMonitor, 5000, TI_TRUE); in TrafficMonitor_Init()
277 if (TestEventTimer) in TrafficMonitor_Destroy()
279 tmr_DestroyTimer (TestEventTimer); in TrafficMonitor_Destroy()