Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
#include <stdio.h>
Go to the source code of this file.
Data Structures | |
struct | ipc_service_cb |
Event callback structure. More... | |
struct | ipc_ept_cfg |
Endpoint configuration structure. More... | |
Functions | |
int | ipc_service_register_endpoint (struct ipc_ept **ept, const struct ipc_ept_cfg *cfg) |
Register IPC endpoint. More... | |
int | ipc_service_send (struct ipc_ept *ept, const void *data, size_t len) |
Send data using given IPC endpoint. More... | |