Searched refs:icmsg_me_send (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.5.0/include/zephyr/ipc/ |
D | icmsg_me.h | 246 int icmsg_me_send(const struct icmsg_config_t *conf,
|
/Zephyr-Core-3.5.0/subsys/ipc/ipc_service/lib/ |
D | icmsg_me.c | 166 int icmsg_me_send(const struct icmsg_config_t *conf, in icmsg_me_send() function
|
/Zephyr-Core-3.5.0/subsys/ipc/ipc_service/backends/ |
D | ipc_icmsg_me_initiator.c | 166 return icmsg_me_send(conf, &dev_data->icmsg_me_data, *id, msg, len); in send()
|
D | ipc_icmsg_me_follower.c | 259 return icmsg_me_send(conf, &dev_data->icmsg_me_data, *id, msg, in send()
|