Home
last modified time | relevance | path

Searched refs:msg_handler (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_suspend.c60 static int msg_handler(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in msg_handler() function
107 static const struct bt_mesh_model_op model_op_2[] = {{TEST_MESSAGE_OP, 0, msg_handler},
/Zephyr-latest/drivers/can/
Dcan_mcp251xfd.h479 void (*msg_handler)(const struct device *dev, void *data); member
Dcan_mcp251xfd.c820 fifo->msg_handler(dev, (void *)(&data[i * fifo->item_size])); in mcp251xfd_handle_fifo_read()
1762 .msg_handler = mcp251xfd_rx_fifo_handler}, \
1767 .msg_handler = mcp251xfd_tef_fifo_handler}, \