Home
last modified time | relevance | path

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

/Zephyr-latest/boards/native/native_posix/
Dhw_models_top.c43 static uint64_t *Timer_list[NUMBER_OF_TIMERS] = { variable
120 next_timer_time = *Timer_list[0]; in hwm_find_next_timer()
123 if (next_timer_time > *Timer_list[i]) { in hwm_find_next_timer()
125 next_timer_time = *Timer_list[i]; in hwm_find_next_timer()