Home
last modified time | relevance | path

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

/qemu/hw/timer/
H A Dnrf51_timer.c98 static void timer_expire(void *opaque) in timer_expire() function
243 timer_expire(s); /* update counter and all state */ in nrf51_timer_write()
256 timer_expire(s); /* update counter and all state */ in nrf51_timer_write()
290 timer_expire(s); /* update counter */ in nrf51_timer_write()
327 timer_init_ns(&s->timer, QEMU_CLOCK_VIRTUAL, timer_expire, s); in nrf51_timer_init()
355 timer_expire(s); in nrf51_timer_post_load()