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

  /hardware/ti/wlan/wl1271/utils/
timer.h 64 TI_UINT32 uIntervalMsec,
timer.c 73 TI_UINT32 uIntervalMsec; /* The timer duration in Msec */
427 * \param uIntervalMsec - The timer's duration in Msec.
435 TI_UINT32 uIntervalMsec,
450 pTimerInfo->uIntervalMsec = uIntervalMsec;
456 os_timerStart(pTimerModule->hOs, pTimerInfo->hOsTimerObj, uIntervalMsec);
610 pTimerInfo->uIntervalMsec,
661 pTimerInfo->uIntervalMsec, pTimerInfo->bPeriodic, pTimerInfo->bOperStateWhenStarted,

Completed in 20 milliseconds