THR_BeginTiming

This function can be used to start a high-resolution timing operation. The timing resolution is 20ns, and the accuracy of the timer is about 1 microsecond.

Synopsis

#include <timing.h>ditto for other timing functions
void THR_BeginTiming(THR_TIME *start);
Parameter Description
start Address of the THR_TIME structure, which will keep the information needed to measure the timing interval.

Return Code

N/A