This module creates and registers all drivers necessary for inter-processor
notification on OMAP4430.
config NotifySetup.E_noInterruptLine // module-wide |
 |
Assert raised when trying to attach between OMAP4430/CORE1 and
either the DSP or the HOST
XDCscript usage |
meta-domain |
msg: "E_noInterruptLine: Trying to attach between CORE1 and %s"
};
extern const Error_Id NotifySetup_E_noInterruptLine;
config NotifySetup.dspIntVectId // module-wide |
 |
Interrupt vector id for OMAP4430/DSP
XDCscript usage |
meta-domain |
NotifySetup.dspIntVectId = UInt 5;
extern const UInt NotifySetup_dspIntVectId;
metaonly config NotifySetup.common$ // module-wide |
 |
Common module configuration parameters
XDCscript usage |
meta-domain |
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.
NotifySetup.attach( ) // module-wide |
 |
Function that will be called in Notify_attach
Int NotifySetup_attach( UInt16 remoteProcId, Ptr sharedAddr );
NotifySetup.intLineAvailable( ) // module-wide |
 |
Returns whether there is an interrupt line available to the processor
Bool NotifySetup_intLineAvailable( UInt16 remoteProcId );
NotifySetup.sharedMemReq( ) // module-wide |
 |
Shared Memory Required for a single notification line
SizeT NotifySetup_sharedMemReq( UInt16 remoteProcId, Ptr sharedAddr );
module-wide built-ins |
 |
// Get this module's unique id
Bool NotifySetup_Module_startupDone( );
// Test if this module has completed startup
// The heap from which this module allocates memory
Bool NotifySetup_Module_hasMask( );
// Test whether this module has a diagnostics mask
Bits16 NotifySetup_Module_getMask( );
// Returns the diagnostics mask for this module
Void NotifySetup_Module_setMask( Bits16 mask );
// Set the diagnostics mask for this module