OpenAMP Library
Data Fields
rpmsg_rpc_clt Struct Reference

#include <rpmsg_rpc_client_server.h>

Data Fields

struct rpmsg_endpoint ept
 
rpmsg_rpc_shutdown_cb shutdown_cb
 
const struct rpmsg_rpc_client_servicesservices
 
unsigned int n_services
 

Detailed Description

struct rpmsg_rpc_clt - client remote procedure call data

RPMsg RPC will send request to remote and wait for callback.

@ept: rpmsg_endpoint structure @shutdown_cb: shutdown callback function @services: service table @n_services: number of services

Field Documentation

◆ ept

struct rpmsg_endpoint rpmsg_rpc_clt::ept

◆ n_services

unsigned int rpmsg_rpc_clt::n_services

◆ services

const struct rpmsg_rpc_client_services* rpmsg_rpc_clt::services

◆ shutdown_cb

rpmsg_rpc_shutdown_cb rpmsg_rpc_clt::shutdown_cb

The documentation for this struct was generated from the following file: