Seems like the timer API uses low priority interrupts. Now, I dont need the timer triggers to be exactly delivered so that is fine ... however, i do need to know the exact time between current and last timer trigger. Is there a way to query a clock tick counter or some kind of global counter which i can use to calculate the time elapsed between timer events?
Thanks!