| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
#include <zephyr/drivers/kscan.h>Go to the source code of this file.
Functions | |
| int | ht16k33_register_keyscan_callback (const struct device *parent, const struct device *child, kscan_callback_t callback) | 
| int ht16k33_register_keyscan_callback | ( | const struct device * | parent, | 
| const struct device * | child, | ||
| kscan_callback_t | callback | ||
| ) | 
Register a HT16K33 keyscan device to be notified of relevant keyscan events by the keyscan interrupt thread in the HT16K33 parent driver.
| parent | HT16K33 parent device. | 
| child | HT16K33 child device. | 
| callback | Keyscan callback function. |