Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
#include <openamp/open_amp.h>
Go to the source code of this file.
Functions | |
int | rpmsg_service_register_endpoint (const char *name, rpmsg_ept_cb cb) |
Register IPC endpoint. More... | |
int | rpmsg_service_send (int endpoint_id, const void *data, size_t len) |
Send data using given IPC endpoint. More... | |
bool | rpmsg_service_endpoint_is_bound (int endpoint_id) |
Check if endpoint is bound. More... | |