Searched refs:touch_ack (Results 1 – 1 of 1) sorted by relevance
33 static struct rt_semaphore touch_ack; variable171 rt_sem_take(&touch_ack, RT_WAITING_FOREVER); in touch_thread_entry()189 rt_sem_release(&touch_ack); in touch_readly()223 rt_sem_init(&touch_ack, "touch_ack", 0, RT_IPC_FLAG_FIFO); in hw_xpt2046_touch_init()
Completed in 3 milliseconds