Zephyr API 3.6.99
|
Endpoint configuration structure. More...
#include <ipc_service.h>
Data Fields | |
const char * | name |
Name of the endpoint. | |
int | prio |
Endpoint priority. | |
struct ipc_service_cb | cb |
Event callback structure. | |
void * | priv |
Private user data. | |
Endpoint configuration structure.
struct ipc_service_cb ipc_ept_cfg::cb |
Event callback structure.
const char* ipc_ept_cfg::name |
Name of the endpoint.
int ipc_ept_cfg::prio |
Endpoint priority.
If the backend supports priorities.
void* ipc_ept_cfg::priv |
Private user data.