nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
fn_key_id.h File Reference
#include <zephyr/sys/util.h>
#include <caf/key_id.h>

Go to the source code of this file.

Macros

#define FN_KEY_ID(_col, _row)   (KEY_ID(_col, _row) | _FN_BIT)
 
#define IS_FN_KEY(_keyid)   ((_FN_BIT & _keyid) != 0)