Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
rpmsg_mi_ept Struct Reference

Endpoint instance. More...

#include <rpmsg_multi_instance.h>

Data Fields

const char * name
 
struct rpmsg_endpoint ep
 
struct rpmsg_mi_cbcb
 
voidpriv
 
volatile bool bound
 
sys_snode_t node
 

Detailed Description

Endpoint instance.

Field Documentation

◆ bound

volatile bool rpmsg_mi_ept::bound

Endpoint was bound.

◆ cb

struct rpmsg_mi_cb* rpmsg_mi_ept::cb

Event callback structure.

◆ ep

struct rpmsg_endpoint rpmsg_mi_ept::ep

RPMsg endpoint.

◆ name

const char* rpmsg_mi_ept::name

Name of endpoint.

◆ node

sys_snode_t rpmsg_mi_ept::node

Linked list node.

◆ priv

void* rpmsg_mi_ept::priv

Private user data.


The documentation for this struct was generated from the following file: