Device descriptor for the driver. More...
Device descriptor for the driver.
Definition at line 170 of file matrix_keypad.h.
#include <matrix_keypad.h>
Data Fields | |
| const matrix_keypad_params_t * | params | 
| Device initialization parameters.  | |
| uint8_t | debounce [CONFIG_MATRIX_KEYPAD_NUM_ROWS][CONFIG_MATRIX_KEYPAD_NUM_COLUMNS] | 
| Debounce history.  | |
| matrix_keypad_state_row_t | state [CONFIG_MATRIX_KEYPAD_NUM_ROWS] | 
| Current button state.  | |
| void * | arg | 
| callback context  | |
| matrix_keypad_cb_t | callback | 
| Callback called when a key changes state.  | |