Home
last modified time | relevance | path

Searched refs:slept_time_ticks (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/timer/
Dmcux_os_timer.c143 uint32_t slept_time_ticks; in mcux_lpc_ostick_compensate_system_timer() local
148 counter_get_value(counter_dev, &slept_time_ticks); in mcux_lpc_ostick_compensate_system_timer()
151 slept_time_ticks = counter_get_top_value(counter_dev) - slept_time_ticks; in mcux_lpc_ostick_compensate_system_timer()
153 slept_time_us = counter_ticks_to_us(counter_dev, slept_time_ticks); in mcux_lpc_ostick_compensate_system_timer()