XCORE SDK
XCORE Software Development Kit
Public Attributes | List of all members
rtos_driver_rpc_struct Struct Reference

#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)
 

Detailed Description

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.


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