⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 csl_chiphal.inc

📁 dsp常见的扩展外设的框架程序和测试程序
💻 INC
字号:
********************************************************************************           Copyright (C) 1999-2001 Texas Instruments Incorporated.*                           All Rights Reserved*------------------------------------------------------------------------------* FILENAME...... csl_chiphal.inc* DATE CREATED.. 03/13/1999 * LAST MODIFIED. 06/26/2003  Added CHIP_6411*		 06/17/2003  Added CHIP_6712C*                06/09/2003  Added EMU_SUPPORT*                05/28/2003  Added CHIP_6711C*                11/05/2001  -  CHIP_6411 / CHIP_DM642 *                10/29/2001  -  MCASP + PLL + I2C SUPPORT Macro for 6713*                10/01/2001  -  CHIP_6713 device ********************************************************************************  .if $isdefed("_CSL_CHIPHAL_INC_")==0_CSL_CHIPHAL_INC_ .set 1********************************************************************************* macro and constant declarations******************************************************************************** .if $isdefed("CHIP_ALL")==0CHIP_ALL .set 0  .elseCHIP_6201 .set 1CHIP_6202 .set 1CHIP_6203 .set 1CHIP_6204 .set 1CHIP_6205 .set 1CHIP_6211 .set 1CHIP_6701 .set 1CHIP_6711 .set 1CHIP_6712 .set 1CHIP_6713 .set 1CHIP_DA610 .set 1CHIP_DM642 .set 1CHIP_6412 .set 1CHIP_6414 .set 1CHIP_6415 .set 1CHIP_6416 .set 1CHIP_6711C .set 1CHIP_6712C .set 1CHIP_6411 .set 1CHIP_6410 .set 1CHIP_6413 .set 1CHIP_6418 .set 1  .endif .if $isdefed("CHIP_6201")==0CHIP_6201 .set 0 .endif .if $isdefed("CHIP_6202")==0CHIP_6202 .set 0 .endif .if $isdefed("CHIP_6203")==0CHIP_6203 .set 0 .endif .if $isdefed("CHIP_6204")==0CHIP_6204 .set 0 .endif .if $isdefed("CHIP_6205")==0CHIP_6205 .set 0 .endif .if $isdefed("CHIP_6211")==0CHIP_6211 .set 0 .endif .if $isdefed("CHIP_6701")==0CHIP_6701 .set 0 .endif .if $isdefed("CHIP_6711")==0CHIP_6711 .set 0 .endif  .if $isdefed("CHIP_6712")==0CHIP_6712 .set 0 .endif .if $isdefed("CHIP_6713")==0CHIP_6713 .set 0 .endif .if $isdefed("CHIP_DA610")==0CHIP_DA610 .set 0 .endif .if $isdefed("CHIP_DM642")==0CHIP_DM642 .set 0 .endif .if $isdefed("CHIP_6412")==0CHIP_6412 .set 0 .endif .if $isdefed("CHIP_6414")==0CHIP_6414 .set 0 .endif .if $isdefed("CHIP_6415")==0CHIP_6415 .set 0 .endif .if $isdefed("CHIP_6416")==0CHIP_6416 .set 0 .endif .if $isdefed("CHIP_6711C")==0CHIP_6711C .set 0 .endif  .if $isdefed("CHIP_6712C")==0CHIP_6712C .set 0 .endif .if $isdefed("CHIP_6411")==0CHIP_6411 .set 0 .endif .if $isdefed("CHIP_6410")==0CHIP_6410 .set 0 .endif .if $isdefed("CHIP_6413")==0CHIP_6413 .set 0 .endif .if $isdefed("CHIP_6418")==0CHIP_6418 .set 0 .endif .if ((CHIP_6201|CHIP_6202|CHIP_6203|CHIP_6204|CHIP_6205|CHIP_6211|CHIP_6701|CHIP_6711|CHIP_6712|CHIP_6713|CHIP_DA610|CHIP_DM642|CHIP_6412|CHIP_6414|CHIP_6415|CHIP_6416|CHIP_6711C|CHIP_6712C|CHIP_6411|CHIP_6410|CHIP_6413|CHIP_6418)==0) .emsg "NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip number, i.e. 6201)" .endifCHIP_NONE .set 0SUPPORT .macro symbol,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,c10,c11,c12,c13,c14,c15,c16,c17,c18,c19,c20,c21,c22 .var r0,r1,r2,r3,r4 .asg ( c0*CHIP_6201 )|( c1*CHIP_6202 )|( c1*CHIP_6203 )|( c3*CHIP_6204 ),r0 .asg ( c4*CHIP_6205 )|( c5*CHIP_6211 )|( c6*CHIP_6701 )|( c7*CHIP_6711 ),r1 .asg ( c8*CHIP_6712 )|( c9*CHIP_6713 )|(c10*CHIP_DA610)|(c11*CHIP_DM642),r2  .asg (c12*CHIP_6412 )|(c13*CHIP_6414 )|(c14*CHIP_6415 )|(c15*CHIP_6416 ),r3 .asg (c16*CHIP_6711C)|(c17*CHIP_6712C)|(c18*CHIP_6411 ),r4 .asg (c19*CHIP_6410)|(c20*CHIP_6413)|(c21*CHIP_6418 ),r5symbol .set (r0|r1|r2|r3|r4|r5) .endm;*-------------------------------------------------------------------------*/;*                            6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 N*/;*                            2 2 2 2 2 2 7 7 7 7 1 4 4 4 4 4 7 7 4 4 4 4 O*/;*                            0 0 0 0 0 1 0 1 1 1 0 2 1 1 1 1 1 1 1 1 1 1 N*/;*                            1 2 3 4 5 1 1 1 2 3     2 4 5 6 1 2 1 0 3 8 E*/;*                                                            C C          */;*-------------------------------------------------------------------------*/   SUPPORT   CACHE_SUPPORT,    1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0  SUPPORT   DMA_SUPPORT,      1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0  SUPPORT   EDMA_SUPPORT,     0,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0  SUPPORT   EMIF_SUPPORT,     1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0  SUPPORT   EMIFA_SUPPORT,    0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,0  SUPPORT   EMIFB_SUPPORT,    0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0  SUPPORT   GPIO_SUPPORT,     0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0  SUPPORT   HPI_SUPPORT,      1,0,0,0,0,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,0  SUPPORT   I2C_SUPPORT,      0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,1,0  SUPPORT   IRQ_SUPPORT,      1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0  SUPPORT   MCASP_SUPPORT,    0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,1,1,1,0  SUPPORT   MCBSP_SUPPORT,    1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0  SUPPORT   PLL_SUPPORT,      0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0,0  SUPPORT   TIMER_SUPPORT,    1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0  SUPPORT   XBUS_SUPPORT,     0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0  SUPPORT   PCI_SUPPORT,      0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,1,0,0,1,0,0,0,0  SUPPORT   DAT_SUPPORT,      1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0  SUPPORT   PWR_SUPPORT,      1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0  SUPPORT   UTOP_SUPPORT,     0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0  SUPPORT   TCP_SUPPORT,      0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0  SUPPORT   VCP_SUPPORT,      0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0  SUPPORT   L2CACHE_SUPPORT,  0,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0  SUPPORT   TC_SUPPORT,       0,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0  SUPPORT   FPU_SUPPORT,      0,0,0,0,0,1,0,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0  SUPPORT   C01_SUPPORT,      1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0  SUPPORT   C11_SUPPORT,      0,0,0,0,0,1,0,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0  SUPPORT   C64_SUPPORT,      0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,0  SUPPORT   EMU_SUPPORT,      0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0  ;*-------------------------------------------------------------------------*/;* added for DM642 support begin                                           */;*-------------------------------------------------------------------------*/  SUPPORT   VIC_SUPPORT,      0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0  SUPPORT   VP_SUPPORT,       0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0  SUPPORT   EMAC_SUPPORT,     0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0  SUPPORT   MDIO_SUPPORT,     0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0;*-------------------------------------------------------------------------*/;* added for DM642 support end                                             */;*-------------------------------------------------------------------------*/ ;*-------------------------------------------------------------------------*/;* added for DRI300 support begin                                          */;*-------------------------------------------------------------------------*/  SUPPORT   ATL_SUPPORT,      0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0 ;*-------------------------------------------------------------------------*/;* added for DRI300 support end                                            */;*-------------------------------------------------------------------------*/;*-------------------------------------------------------------------------*/  .endif  ;_CSL_CHIPHAL_INC_********************************************************************************* End of csl_chiphal.inc********************************************************************************

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -