![]() |
MT2523 API Reference
LinkIt SDK v4
|
This structure defines keypad configuration. More...
#include <hal_keypad.h>
Data Fields | |
| hal_keypad_mode_t | mode |
| Specifies the keypad single or double key mode. More... | |
| hal_keypad_column_row_t | key_map |
| Specifies the keypad column and row bitmaps. More... | |
| uint32_t | debounce |
| Specifies the keypad debounce time, the unit is millisecond. More... | |
| uint32_t | repeat_time |
| Specifies the keypad repeat event time, the unit is millisecond. More... | |
| uint32_t | longpress_time |
| Specifies the keypad longpress event time, the unit is millisecond. More... | |
This structure defines keypad configuration.
More information please refer to hal_keypad_init()
| uint32_t debounce |
Specifies the keypad debounce time, the unit is millisecond.
| hal_keypad_column_row_t key_map |
Specifies the keypad column and row bitmaps.
| uint32_t longpress_time |
Specifies the keypad longpress event time, the unit is millisecond.
| hal_keypad_mode_t mode |
Specifies the keypad single or double key mode.
| uint32_t repeat_time |
Specifies the keypad repeat event time, the unit is millisecond.