Home | History | Annotate | Download | only in utils

Lines Matching defs:bPeriodic

75     TI_BOOL      bPeriodic;                /* If TRUE, restarted after each expiry */
448 * \param bPeriodic - If TRUE, the timer is restarted after expiry.
456 TI_BOOL bPeriodic)
471 pTimerInfo->bPeriodic = bPeriodic;
508 pTimerInfo->bPeriodic = TI_FALSE;
625 if (pTimerInfo->bPeriodic)
631 pTimerInfo->bPeriodic);
680 WLAN_OS_REPORT(("tmr_PrintTimer(): uIntervalMs=%d, bPeriodic=%d, bOperStateWhenStarted=%d, uTwdInitCountWhenStarted=%d, hOsTimerObj=0x%x, fExpiryCbFunc=0x%x\n",
681 pTimerInfo->uIntervalMsec, pTimerInfo->bPeriodic, pTimerInfo->bOperStateWhenStarted,