rtcount_startTimer

This function is specifically used in Stopwatch mode for calculating the elapsed time in stopwatch mode. It will start a timer with maximum timeout length.

void rtcount_startTimer(
    rtcountStruct_t * timer
)

Parameters

*timer

Type: rtcountStruct_t *

- timer instance.

Returns

Type: void