interface ti.sdo.ipc.interfaces.INotifySetup |
 |
 |
 |
interface INotifySetup { ...
interface INotifySetup {
module-wide config parameters
module-wide functions
}
metaonly config INotifySetup.common$ // module-wide |
 |
Common module configuration parameters
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.
INotifySetup.attach() // module-wide |
 |
Function that will be called in Notify_attach
Int attach(UInt16 remoteProcId, Ptr sharedAddr);
INotifySetup.numIntLines() // module-wide |
 |
Returns number of interrupt lines to the processor
UInt16 numIntLines(UInt16 remoteProcId);
INotifySetup.sharedMemReq() // module-wide |
 |
Shared Memory Required for a single notification line
SizeT sharedMemReq(UInt16 remoteProcId, Ptr sharedAddr);
generated on Sat, 11 Feb 2012 00:38:03 GMT