Zephyr API 3.6.99
|
Endpoint instance. More...
#include <ipc_service.h>
Data Fields | |
const struct device * | instance |
Instance this endpoint belongs to. | |
void * | token |
Backend-specific token used to identify an endpoint in an instance. | |
Endpoint instance.
Token is not important for user of the API. It is implemented in a specific backend.
const struct device* ipc_ept::instance |
Instance this endpoint belongs to.
void* ipc_ept::token |
Backend-specific token used to identify an endpoint in an instance.