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

📄 t254x_ob.c

📁 SEED_TMS320vc5402dsk是在TI的TMS320VC5402DSK板基础上简化开发出来的
💻 C
字号:
/*{{TIDC_Wizard Auto Code Start                                 */
/****************************************************************/
/* don't change anything here until you know what you are doing!*/
/* the plug-in will change all text between the TIDC Wizard     */
/* Code marks without user intervention!                        */
/* TMS320C5402                                                  */
/*                                                              */
/****************************************************************/

/****************************************************************/
/* device driver generated by Data Converter Support plug-in    */
/* based on <C:\TI\PLUGINS\AAP_DEV\c5000\d254x_ob.c> */
/****************************************************************/
/****************************************************************/
/* TLV254x driver version 1.0 for C5400                         */
/* STUB driver for BETA release (no functions!)                 */
/****************************************************************/

#undef _INLINE
#include "dc_conf.h"
#include "t254x_fn.h" 
                    
/****************************************************************/
/* define and initialize data converter objects                 */
/****************************************************************/
DEV_254X Tlv2544_1 = { ADC1_SERPORT,
                       ADC1_CRTL_VALUE,
                       ADC1_CMND_VALUE };
                        
/****************************************************************/
/* DSP FUNCTIONS                                                */
/****************************************************************/
/* non-inline function(s)                                       */
/****************************************************************/

/****************************************************************/
/* END OF t254x_ob.c                                             */
/****************************************************************/
/*TIDC_Wizard Auto Code End}}*/
 

⌨️ 快捷键说明

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