module ti.ipc.transports.TransportRpmsgSetup

Manages the setup of TransportRpmsg instances

Create or open the TransportRpmsg for each pair of devices. [ more ... ]
C synopsis target-domain sourced in ti/ipc/transports/TransportRpmsgSetup.xdc
DETAILS
Create or open the TransportRpmsg for each pair of devices.
NOTE
This modules reflects upon the ti.sdo.utils.MultiProc.procAddrMode configuration parameter. Some internal data structure allocations are optimized for the given processor address mode.
 
config TransportRpmsgSetup_priority  // module-wide

priority of the transport

C synopsis target-domain
extern const UInt TransportRpmsgSetup_priority;
 
 
TransportRpmsgSetup_attach()  // module-wide

Function that will be called in MessageQ_attach

C synopsis target-domain
Int TransportRpmsgSetup_attach(UInt16 remoteProcId, Ptr sharedAddr);
 
 
TransportRpmsgSetup_detach()  // module-wide

Function that will be called in MessageQ_detach

C synopsis target-domain
Int TransportRpmsgSetup_detach(UInt16 remoteProcId);
 
 
TransportRpmsgSetup_isRegistered()  // module-wide

Determines if a transport has been registered to a remote processor

C synopsis target-domain
Bool TransportRpmsgSetup_isRegistered(UInt16 remoteProcId);
 
 
TransportRpmsgSetup_sharedMemReq()  // module-wide

Shared memory required

C synopsis target-domain
SizeT TransportRpmsgSetup_sharedMemReq(Ptr sharedAddr);
 
Module-Wide Built-Ins

C synopsis target-domain
Types_ModuleId TransportRpmsgSetup_Module_id();
// Get this module's unique id
 
Bool TransportRpmsgSetup_Module_startupDone();
// Test if this module has completed startup
 
IHeap_Handle TransportRpmsgSetup_Module_heap();
// The heap from which this module allocates memory
 
Bool TransportRpmsgSetup_Module_hasMask();
// Test whether this module has a diagnostics mask
 
Bits16 TransportRpmsgSetup_Module_getMask();
// Returns the diagnostics mask for this module
 
Void TransportRpmsgSetup_Module_setMask(Bits16 mask);
// Set the diagnostics mask for this module
 
Configuration settings sourced in ti/ipc/transports/TransportRpmsgSetup.xdc
var TransportRpmsgSetup = xdc.useModule('ti.ipc.transports.TransportRpmsgSetup');
module-wide config parameters
 
 
 
config TransportRpmsgSetup.priority  // module-wide

priority of the transport

Configuration settings
TransportRpmsgSetup.priority = UInt 0;
 
C SYNOPSIS
 
metaonly config TransportRpmsgSetup.common$  // module-wide

Common module configuration parameters

Configuration settings
TransportRpmsgSetup.common$ = Types.Common$ undefined;
 
DETAILS
All modules have this configuration parameter. Its name contains the '$' character to ensure it does not conflict with configuration parameters declared by the module. This allows new configuration parameters to be added in the future without any chance of breaking existing modules.
generated on Fri, 22 May 2015 22:47:27 GMT