|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
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 device * | dev |
| IPC device. | |
| const char * | ept_name |
| Endpoint name for IPC. | |
| struct zbus_proxy_agent_ipc_data * | data |
| Pointer to mutable IPC backend runtime data. | |
Configuration structure for the IPC backend of a Zbus proxy agent.
| struct zbus_proxy_agent_ipc_data* zbus_proxy_agent_ipc_config::data |
Pointer to mutable IPC backend runtime data.
| const struct device* zbus_proxy_agent_ipc_config::dev |
IPC device.
| const char* zbus_proxy_agent_ipc_config::ept_name |
Endpoint name for IPC.