Zephyr API
3.6.99
Loading...
Searching...
No Matches
Macros
keymap.h File Reference
Go to the source code of this file.
Macros
#define
MATRIX_KEY
(row, col, code)
Macro Definition Documentation
◆
MATRIX_KEY
#define MATRIX_KEY
(
row
,
col
,
code
)
Value:
((((row) & 0xff) << 24) | (((col) & 0xff) << 16) | ((code) & 0xffff))
zephyr
dt-bindings
input
keymap.h
Generated on Tue Nov 5 2024 15:55:11 for Zephyr API by
1.12.0