Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
rpmsg_service.h File Reference
#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.
 
int rpmsg_service_send (int endpoint_id, const void *data, size_t len)
 Send data using given IPC endpoint.
 
bool rpmsg_service_endpoint_is_bound (int endpoint_id)
 Check if endpoint is bound.