PicoSDK + 0/5 examples
SourceVu will show references to absolute_time_diff_us() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

the number of microseconds between the two timestamps (positive if `to` is after `from` except in case of overflow)

Notes

be careful when diffing against large timestamps (e.g. at_the_end_of_time ) as the signed integer may overflow.

References

from examples