enqueueCallback

This function moves a specific timer from the active list to the list of timers which are expired and needs their callbacks called in callNextCallback

void enqueueCallback(
    timerStruct_t * timer
)

Parameters

*timer

Type: timerStruct_t *

- timer instance whose callback have to be called.

Returns

Type: INLINE void