Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
 4.2.0-rc3
ipc_ept_cfg Struct Reference

Endpoint configuration structure. More...

#include <zephyr/ipc/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: