Hi,
time1 = RF_getCurrentTime();
after some time again taking the time
time2 = RF_getCurrentTime();
time = time1-time2;
I want to know that what unit time it return, How to calculate this time please help.
Basically I want to measure time which has microsecond level efficiency, Like want to measure time spent in sending 128 byte packet(time to execute some rf command).
Like in unit ms or us.
start Time : 388738259 }
End Time : 1305254040 }
time spent = (---- )us or ms.