void Timing_start(timing_handle_t *h)
Starts a timing measurement for the specified handle.
void Timing_stop(timing_handle_t *h)
Stopts a timing measurement for the specified handle.
void Timing_init(void)
Initialize the timing module.
void Timing_reset(timing_handle_t *h)
Resets measurements of the handle.
Handle containing timing informations.