Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ipc_ept Struct Reference

Endpoint instance. More...

#include <ipc_service.h>

Data Fields

const struct deviceinstance
 Instance this endpoint belongs to.
 
void * token
 Backend-specific token used to identify an endpoint in an instance.
 

Detailed Description

Endpoint instance.

Token is not important for user of the API. It is implemented in a specific backend.

Field Documentation

◆ instance

const struct device* ipc_ept::instance

Instance this endpoint belongs to.

◆ token

void* ipc_ept::token

Backend-specific token used to identify an endpoint in an instance.


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