TIMER_MUSECDIV
if (ticks < (TIMER_MUSECDIV(1024))) { /* not accurate enough */
guess *= uimax(2, (TIMER_MUSECDIV(1024) / ticks));
count1024usec = (guess * (TIMER_MUSECDIV(1024))) / ticks;