Searched refs:_handler (Results 1 – 4 of 4) sorted by relevance
/subsys/shell/modules/kernel_service/ |
A D | kernel_shell.h | 13 #define KERNEL_CMD_ARG_ADD(_syntax, _subcmd, _help, _handler, _mand, _opt) \ argument 14 SHELL_SUBCMD_ADD((kernel), _syntax, _subcmd, _help, _handler, _mand, _opt); 16 #define KERNEL_CMD_ADD(_syntax, _subcmd, _help, _handler) \ argument 17 KERNEL_CMD_ARG_ADD(_syntax, _subcmd, _help, _handler, 0, 0); 20 #define KERNEL_THREAD_CMD_ARG_ADD(_syntax, _subcmd, _help, _handler, _mand, _opt) \ argument 21 SHELL_SUBCMD_ADD((thread), _syntax, _subcmd, _help, _handler, _mand, _opt); 23 #define KERNEL_THREAD_CMD_ADD(_syntax, _subcmd, _help, _handler) \ argument 24 KERNEL_THREAD_CMD_ARG_ADD(_syntax, _subcmd, _help, _handler, 0, 0);
|
/subsys/bluetooth/mesh/ |
A D | mesh.h | 30 #define BT_MESH_APP_KEY_CB_DEFINE(_handler) \ argument 33 _handler)) = { \ 34 .evt_handler = (_handler), \
|
/subsys/testsuite/ztest/include/zephyr/ |
A D | ztress.h | 130 #define ZTRESS_CONTEXT_INITIALIZER(_handler, _user_data, _exec_cnt, _preempt_cnt, _t) \ argument 132 .handler = (_handler), \
|
/subsys/bluetooth/host/ |
A D | hci_core.c | 198 #define EVENT_HANDLER(_evt, _handler, _min_len) \ argument 201 .handler = _handler, \
|
Completed in 42 milliseconds