metaonly interface ti.bios.power.ITMS320CDM644x |
 |
 |
Interface for TMS320DM644x devices
The common configuration parameters for all TMS320DM644x devices
are contained within this module.
metaonly interface ITMS320CDM644x { ...
metaonly interface ITMS320CDM644x {
module-wide constants & types
};
};
module-wide config parameters
}
enum ITMS320CDM644x.OpersysCfg |
 |
Runtime Operating System
enum OpersysCfg {
Opersys_PrOS_DaVinci,
// PrOS on DaVinci platform
Opersys_Linux,
// Linux (HLOS)
Opersys_DSPBIOS
// DSP/BIOS
};
enum ITMS320CDM644x.TransportCfg |
 |
Transport Layer used between GPP and DSP
enum TransportCfg {
Transport_Link_PrOS_DaVinci,
// DSP/BIOS Link for PrOS on DaVinci
Transport_Link_Linux
// DSP/BIOS Link for Linux
};
config ITMS320CDM644x.opersys // module-wide |
 |
Define which operating system is running on the CPU (required)
config ITMS320CDM644x.proxyFor // module-wide |
 |
Proxy device used for new devices
DETAILS
To support new devices which behave the same as existing devices,
set this configuration parameter to a known device which can be
used as a proxy for the new device.
config ITMS320CDM644x.transport // module-wide |
 |
Define which transport layer is used (required)
generated on Mon, 20 Sep 2010 23:50:09 GMT