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

Endpoint configuration structure. More...

#include <ipc_service.h>

Data Fields

const char * name
 
int prio
 
struct ipc_service_cb cb
 
voidpriv
 

Detailed Description

Endpoint configuration structure.

Field Documentation

◆ cb

struct ipc_service_cb ipc_ept_cfg::cb

Event callback structure.

◆ name

const char* ipc_ept_cfg::name

Name of the endpoint.

◆ prio

int ipc_ept_cfg::prio

Endpoint priority. If the backend supports priorities.

◆ priv

void* ipc_ept_cfg::priv

Private user data.


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