Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/
Dspu_timer_svcs.c84 (__spu_timers + id)->state = SPU_TIMER_STOPPED; in spu_timer_alloc()
109 if (__spu_timers[id].state != SPU_TIMER_STOPPED) in spu_timer_start()
Dspu_timer_free.c53 if (__spu_timers[id].state == SPU_TIMER_STOPPED) in spu_timer_free()
Dspu_timer_stop.c92 __spu_timers[id].state = SPU_TIMER_STOPPED; in spu_timer_stop()
Dspu_timer_internal.h51 SPU_TIMER_STOPPED = 3 enumerator