zephyr/samples/drivers/misc
Hubert Miś 1ee6990fc4 drv: ft8xx: user data in the callback function
The user of the ft8xx driver can register a callback function called
on a touch detection interrupt event. This function is extended to
include a user-defined pointer. The user-defined pointer helps to share
a callback with multiple driver instances.

Signed-off-by: Hubert Miś <hubert.mis@gmail.com>
2025-01-30 02:01:34 +01:00
..
ft800 drv: ft8xx: user data in the callback function 2025-01-30 02:01:34 +01:00
grove_display
timeaware_gpio
README.rst doc: samples: Adopt code-sample-category across tree 2024-09-23 12:00:00 +02:00

.. zephyr:code-sample-category:: misc_drivers
   :name: Miscellaneous
   :show-listing:

   These samples demonstrate how to use miscellaneous driver APIs.