Home
last modified time | relevance | path

Searched defs:ipc_rpmsg_instance (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/ipc/
Dipc_rpmsg.h69 struct ipc_rpmsg_instance { struct
71 struct ipc_rpmsg_ept endpoint[NUM_ENDPOINTS];
74 struct rpmsg_virtio_device rvdev;
77 struct rpmsg_virtio_shm_pool shm_pool;
80 rpmsg_ept_bound_cb bound_cb;
83 rpmsg_ept_cb cb;
108 int ipc_rpmsg_init(struct ipc_rpmsg_instance *instance, argument