timer_time_us_64() function
Return the current 64 bit timestamp value in microseconds for a given timer instance Returns the full 64 bits of the hardware timer. The pico_time and other functions rely on the fact that this value monotonically increases from power up. As such it is expected that this value counts upwards and never wraps (we apologize for introducing a potential year 5851444 bug).
Return value
the 64 bit timestamp \sa time_us_64