Lines Matching refs:TimerTime_t
101 TimerTime_t maxCredits = DUTY_CYCLE_TIME_PERIOD; in SetMaxTimeCredits()
140 TimerTime_t currentTime, TimerTime_t lastBandUpdateTime ) in UpdateTimeCredits()
144 TimerTime_t observation = DUTY_CYCLE_TIME_PERIOD; in UpdateTimeCredits()
265 void RegionCommonSetBandTxDone( Band_t* band, TimerTime_t lastTxAirTime, bool joined, SysTime_t ela… in RegionCommonSetBandTxDone()
283 TimerTime_t RegionCommonUpdateBandTimeOff( bool joined, Band_t* bands, in RegionCommonUpdateBandTimeOff()
286 TimerTime_t expectedTimeOnAir ) in RegionCommonUpdateBandTimeOff()
288 TimerTime_t minTimeToWait = TIMERTIME_T_MAX; in RegionCommonUpdateBandTimeOff()
289 TimerTime_t currentTime = TimerGetCurrentTime( ); in RegionCommonUpdateBandTimeOff()
290 TimerTime_t creditCosts = 0; in RegionCommonUpdateBandTimeOff()
296 TimerTime_t elapsedTime = TimerGetElapsedTime( bands[i].LastBandUpdateTime ); in RegionCommonUpdateBandTimeOff()
331 TimerTime_t observationTimeDiff = 0; in RegionCommonUpdateBandTimeOff()
543 … TimerTime_t* aggregatedTimeOff, uint8_t* enabledChannels, in RegionCommonIdentifyChannels()
545 TimerTime_t* nextTxDelay ) in RegionCommonIdentifyChannels()
547 TimerTime_t elapsed = TimerGetElapsedTime( identifyChannelsParam->LastAggrTx ); in RegionCommonIdentifyChannels()