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.
Type: timer_struct_t typedef *
Struct holding the stopwatch
Type: void
Nothing