XCORE SDK
XCORE Software Development Kit
|
#include <rtos_driver_rpc.h>
Public Attributes | |
union { | |
rtos_intertile_address_t client_address [RTOS_DRIVER_RPC_MAX_CLIENT_TILES] | |
struct { | |
rtos_intertile_address_t host_address | |
void * host_ctx_ptr | |
} | |
}; | |
size_t | remote_client_count |
int | host_task_priority |
void(* | rpc_host_start )(rtos_driver_rpc_t *rpc_config) |
Struct representing an RTOS driver RPC configuration.
This struct is intended for use by the RTOS drivers to implement their intertile RPC support. The members in this struct should not be accessed directly by applications.