Home
last modified time | relevance | path

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

/devicemodel/hw/platform/
A Dpit.c92 timer_t timer_id; /* only used by counter 0 */ member
259 if (timer_gettime(c->timer_id, rem)) in pit_timer_stop_cntr0()
263 if (timer_delete(c->timer_id)) in pit_timer_stop_cntr0()
333 if (timer_create(CLOCK_MONOTONIC, &sigevt, &c->timer_id)) in pit_timer_start_cntr0()
339 if (timer_settime(c->timer_id, 0, &ts, NULL)) in pit_timer_start_cntr0()

Completed in 3 milliseconds