Home
last modified time | relevance | path

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

/devicemodel/hw/platform/
A Dpit.c76 bool active; member
126 return vpit_timer_arg[c->timer_idx].active; in pit_cntr0_timer_running()
222 if (!arg->active) { in vpit_timer_handler()
250 bool active; in pit_timer_stop_cntr0() local
253 active = pit_cntr0_timer_running(vpit); in pit_timer_stop_cntr0()
255 if (active) { in pit_timer_stop_cntr0()
256 vpit_timer_arg[c->timer_idx].active = false; in pit_timer_stop_cntr0()
271 vpit_timer_arg[c->timer_idx].active = false; in pit_timer_stop_cntr0()
275 return active; in pit_timer_stop_cntr0()
336 vpit_timer_arg[c->timer_idx].active = true; in pit_timer_start_cntr0()
[all …]

Completed in 4 milliseconds