Evm5509_udevCodec.tci
上传用户:dahaojd
上传日期:2008-01-29
资源大小:14357k
文件大小:1k
- /*
- * This file is used for textual configuration of DSP/BIOS as an alternative
- * or in addition to the traditional graphical configuration tool (GCONF).
- * For more information on textual configuration and the TCONF utility,
- * please refer to the DSP/BIOS TextConf User's Guide (SPRU007).
- */
- /*
- * ======== Evm5509_udevCodec.tci ========
- *
- */
- /*
- * ======== udevCodec ========
- */
- var udevCodec = tibios.UDEV.create("udevCodec");
- udevCodec.fxnTable = prog.extern("EVM5509_DMA_AIC23_FXNS");
- udevCodec.initFxn = prog.extern("EVM5509_DMA_AIC23_init");
- udevCodec.fxnTableType = "IOM_Fxns";
- udevCodec.params = null;
- udevCodec.deviceId = 0;
- udevCodec.deviceGlobalDataPtr = null;