Zephyr Project API 3.7.0
A Scalable Open Source RTOS
|
Go to the source code of this file.
Macros | |
#define | MATRIX_KEY(row, col, code) ((((row) & 0xff) << 24) | (((col) & 0xff) << 16) | ((code) & 0xffff)) |
#define MATRIX_KEY | ( | row, | |
col, | |||
code | |||
) | ((((row) & 0xff) << 24) | (((col) & 0xff) << 16) | ((code) & 0xffff)) |