nRF Connect SDK API 0.1.0
|
#include <zephyr/types.h>
#include <zephyr/sys/util.h>
Go to the source code of this file.
Macros | |
#define | KEY_ID(_col, _row) ((uint16_t)(_COL_BITS(_col) | _ROW_BITS(_row))) |
#define | KEY_COL(_keyid) ((_keyid >> _COL_POS) & BIT_MASK(_COL_SIZE)) |
#define | KEY_ROW(_keyid) ((_keyid >> _ROW_POS) & BIT_MASK(_ROW_SIZE)) |