timeout_isr

This function is the handler that is called whenever the Timer peripheral interrupts. The handler counts the time elapsed and calls the next timer in the queue. It assumes that the callback is completed before the next timer tick.

void timeout_isr(
    void
)

Parameters

none

Returns

Type: void