nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
nrf_rpc_ipc.h File Reference
#include <zephyr/device.h>
#include <zephyr/ipc/ipc_service.h>
#include <nrf_rpc.h>
#include <nrf_rpc_tr.h>
#include <stdbool.h>

Go to the source code of this file.

Data Structures

struct  nrf_rpc_ipc_endpoint
 nRF RPC IPC transport endpoint configuration. More...
 
struct  nrf_rpc_ipc
 nRF RPC IPC Service transport instance. More...
 

Macros

#define NRF_RPC_IPC_TRANSPORT_DECLARE(_name)    extern const struct nrf_rpc_tr _name
 Extern nRF RPC IPC Service transport declaration.
 
#define NRF_RPC_IPC_TRANSPORT(_name, _ipc, _ept_name)
 Defines the nRF IPC Transport instance.
 

Variables

const struct nrf_rpc_tr_api nrf_rpc_ipc_service_api