Home
last modified time | relevance | path

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

/bsp/raspberry-pi/raspi4-32/driver/touch/
A Ddrv_xpt2046.c33 static struct rt_semaphore touch_ack; variable
171 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