![]() |
MT2523 API Reference
LinkIt SDK v4
|
This structure defines keypad scan timing. More...
#include <hal_keypad.h>
Data Fields | |
| uint8_t | column_high_pulse |
| Specifies the high level of column pulses will stay clocks. More... | |
| uint8_t | row_high_pulse |
| Specifies the high level of row pulses will stay clocks. More... | |
| uint8_t | column_scan_div |
| Specifies the period of column pulses will stay clocks. More... | |
| uint8_t | row_scan_div |
| Specifies the period of row pulses will stay clocks. More... | |
This structure defines keypad scan timing.
More information please refer to hal_keypad_set_scan_timing()
| uint8_t column_high_pulse |
Specifies the high level of column pulses will stay clocks.
| uint8_t column_scan_div |
Specifies the period of column pulses will stay clocks.
| uint8_t row_high_pulse |
Specifies the high level of row pulses will stay clocks.
| uint8_t row_scan_div |
Specifies the period of row pulses will stay clocks.