![]() |
MT2523 API Reference
LinkIt SDK v4
|
This structure defines key event data. More...
#include <hal_keypad.h>
Data Fields | |
| hal_keypad_key_state_t | state |
| Specifies the key status, such as released, pressed, longpressed, etc. More... | |
| uint32_t | key_data |
| Specifies the key position number on the keypad. More... | |
| uint32_t | time_stamp |
| Specifies the time stamp of event on the keypad. More... | |
This structure defines key event data.
| uint32_t key_data |
Specifies the key position number on the keypad.
| hal_keypad_key_state_t state |
Specifies the key status, such as released, pressed, longpressed, etc.
| uint32_t time_stamp |
Specifies the time stamp of event on the keypad.