예제 #1
0
void Timer::SetTimerMillisecs(u32 t) 
{ 
	SetTimerTicks( Util::timer_gettime() + millisecs_to_ticks(t) );
}
예제 #2
0
 void PeriodicTimer::setPeriod(int period)
 {
    this->period = millisecs_to_ticks(period);
 }