Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/
Dft8xx.h53 typedef void (*ft8xx_int_callback)(const struct device *dev, void *user_data); typedef
109 ft8xx_int_callback callback,
/Zephyr-latest/drivers/misc/ft8xx/
Dft8xx_dev_data.h27 ft8xx_int_callback irq_callback;
Dft8xx.c166 void ft8xx_register_int(const struct device *dev, ft8xx_int_callback callback, void *user_data) in ft8xx_register_int()