Home
last modified time | relevance | path

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

/components/drivers/touch/
A Ddev_touch.c36 static void touch_irq_callback(void *param) in touch_irq_callback() function
55 …rt_pin_attach_irq(touch->config.irq_pin.pin, PIN_IRQ_MODE_RISING, touch_irq_callback, (void *)touc… in rt_touch_irq_init()
59 …rt_pin_attach_irq(touch->config.irq_pin.pin, PIN_IRQ_MODE_FALLING, touch_irq_callback, (void *)tou… in rt_touch_irq_init()
63 …attach_irq(touch->config.irq_pin.pin, PIN_IRQ_MODE_RISING_FALLING, touch_irq_callback, (void *)tou… in rt_touch_irq_init()

Completed in 3 milliseconds