| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
Endpoint configuration structure. More...
#include <ipc_service.h>
Data Fields | |
| const char * | name | 
| int | prio | 
| struct ipc_service_cb | cb | 
| void * | priv | 
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.