This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-CC1350: RF_getCurrentTime()

Part Number: LAUNCHXL-CC1350


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.