
16 Oct
2019
16 Oct
'19
3:30 a.m.
Hi Marek,
On Tue, 15 Oct 2019 at 14:43, Marek Vasut marek.vasut@gmail.com wrote:
Add get_timer_us(), which is useful e.g. when we need higher precision timestamps.
Can we use timer_get_us()? It seems confusing to have two.
Signed-off-by: Marek Vasut marek.vasut+renesas@gmail.com Cc: Tom Rini trini@konsulko.com Cc: Simon Glass sjg@chromium.org
include/time.h | 1 + lib/time.c | 14 ++++++++++++++ 2 files changed, 15 insertions(+)
Regards, Simon