Home
last modified time | relevance | path

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

/qemu/hw/timer/
H A Dimx_epit.c163 bool is_oneshot = false; in imx_epit_update_compare_timer() local
182 is_oneshot = (limit < s->cmp); in imx_epit_update_compare_timer()
186 } else if (!is_oneshot) { in imx_epit_update_compare_timer()
217 ptimer_run(s->timer_cmp, is_oneshot ? 1 : 0); in imx_epit_update_compare_timer()