Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/timer/
Dmcux_lptmr_timer.c90 return LPTMR_GetCurrentTimerCount(LPTMR_BASE) + cycles; in sys_clock_cycle_get_32()
/Zephyr-latest/drivers/counter/
Dcounter_mcux_lptmr.c62 *ticks = LPTMR_GetCurrentTimerCount(config->base); in mcux_lptmr_get_value()