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

Endpoint configuration structure. More...

#include <ipc_service.h>

Data Fields

const char * name
 Name of the endpoint.
 
int prio
 Endpoint priority.
 
struct ipc_service_cb cb
 Event callback structure.
 
void * priv
 Private user data.
 

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: