Timeout_timeout_start_timer

Start a stopwatch using the specified timer struct.

void Timeout_timeout_start_timer(
    timer_struct_t * timer
)

Start a timer with (maximum range)/2. You cannot time more than this and the timer will stop after this time elapses.

Parameters

timer

Type: timer_struct_t typedef *

Struct holding the stopwatch

Returns

Type: void

Nothing