Linux Kernel
3.7.1
|
Data Fields | |
bool | auto_increment |
int | num_data |
int | num_normal_data |
int | max_cols |
int | max_rows |
unsigned int | col_gpios |
unsigned int | row_gpios |
struct stmpe_keypad_variant - model-specific attributes : whether the KPC_DATA_BYTE register address auto-increments on multiple read : number of data bytes : number of normal keys' data bytes : maximum number of columns supported : maximum number of rows supported : bitmask of gpios which can be used for columns : bitmask of gpios which can be used for rows
Definition at line 63 of file stmpe-keypad.c.
bool auto_increment |
Definition at line 64 of file stmpe-keypad.c.
unsigned int col_gpios |
Definition at line 69 of file stmpe-keypad.c.
int max_cols |
Definition at line 67 of file stmpe-keypad.c.
int max_rows |
Definition at line 68 of file stmpe-keypad.c.
int num_data |
Definition at line 65 of file stmpe-keypad.c.
int num_normal_data |
Definition at line 66 of file stmpe-keypad.c.
unsigned int row_gpios |
Definition at line 70 of file stmpe-keypad.c.