Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
zbus_proxy_agent_ipc_config Struct Reference

Configuration structure for the IPC backend of a Zbus proxy agent. More...

#include <zephyr/zbus/proxy_agent/zbus_proxy_agent_ipc.h>

Data Fields

const struct devicedev
 IPC device.
const char * ept_name
 Endpoint name for IPC.
struct zbus_proxy_agent_ipc_datadata
 Pointer to mutable IPC backend runtime data.

Detailed Description

Configuration structure for the IPC backend of a Zbus proxy agent.

Field Documentation

◆ data

struct zbus_proxy_agent_ipc_data* zbus_proxy_agent_ipc_config::data

Pointer to mutable IPC backend runtime data.

◆ dev

const struct device* zbus_proxy_agent_ipc_config::dev

IPC device.

◆ ept_name

const char* zbus_proxy_agent_ipc_config::ept_name

Endpoint name for IPC.


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