Page 1 of 1

Get Microseconds since boot in a driver

Posted: Fri Sep 22, 2023 9:28 am
by DrMickeyLauer
Is there a way to get what

Code: Select all

esp_timer_get_time()
does from within a driver / hal?

Re: Get Microseconds since boot in a driver

Posted: Fri Sep 22, 2023 9:30 am
by MicroController
What is a "driver"? Why wouldn't you call esp_timer_get_time() from within a "driver"?