|
Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
Endpoint instance. More...
#include <rpmsg_multi_instance.h>
Data Fields | |
| const char * | name |
| struct rpmsg_endpoint | ep |
| struct rpmsg_mi_cb * | cb |
| void * | priv |
| volatile bool | bound |
| sys_snode_t | node |
Endpoint instance.
| volatile bool rpmsg_mi_ept::bound |
Endpoint was bound.
| struct rpmsg_mi_cb* rpmsg_mi_ept::cb |
Event callback structure.
| struct rpmsg_endpoint rpmsg_mi_ept::ep |
RPMsg endpoint.
| const char* rpmsg_mi_ept::name |
Name of endpoint.
| sys_snode_t rpmsg_mi_ept::node |
Linked list node.
| void* rpmsg_mi_ept::priv |
Private user data.