Searched refs:t_now (Results 1 – 1 of 1) sorted by relevance
53 volatile uint32_t t_last, t_now; in ZTEST() local67 t_now = k_cycle_get_32(); in ZTEST()69 if (t_now < t_last) { in ZTEST()70 diff = t_now - t_last; in ZTEST()72 "i = %u\n", diff, t_last, t_now, i); in ZTEST()75 t_last = t_now; in ZTEST()