Zephyr API 3.6.99
Loading...
Searching...
No Matches
zbus_proxy_agent_ipc_config Struct Reference

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

#include <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: