HomeSort by relevance Sort by last modified time
    Searched refs:tmr_GetExpiry (Results 1 - 2 of 2) sorted by null

  /hardware/ti/wlan/wl1271/utils/
timer.h 67 void tmr_GetExpiry (TI_HANDLE hTimerInfo);
timer.c 356 pTimerInfo->hOsTimerObj = os_timerCreate(pTimerModule->hOs, tmr_GetExpiry, (TI_HANDLE)pTimerInfo);
430 * \sa tmr_StopTimer, tmr_GetExpiry
493 * \fn tmr_GetExpiry
505 void tmr_GetExpiry (TI_HANDLE hTimerInfo)
512 WLAN_OS_REPORT (("tmr_GetExpiry(): ERROR - NULL timer!\n"));
551 * from the driver task (after requested by tmr_GetExpiry through context_RequestSchedule ()).
558 * \sa tmr_GetExpiry

Completed in 1157 milliseconds