|
Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
Go to the source code of this file.
Data Structures | |
| struct | ipc_service_backend |
| IPC Service backend. More... | |
Functions | |
| int | ipc_service_register_backend (const struct ipc_service_backend *backend) |
| IPC backend registration. More... | |
| int ipc_service_register_backend | ( | const struct ipc_service_backend * | backend | ) |
IPC backend registration.
Registration must be done before using IPC Service.
| backend | Configuration of the backend. |
| -EALREADY | The backend is already registered. |
| -EINVAL | The backend configuration is incorrect. |
| Zero | on success. |