t254x_ob.c

来自「SEED_TMS320vc5402dsk是在TI的TMS320VC5402DSK」· C语言 代码 · 共 40 行

C
40
字号
/*{{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 + =
减小字号Ctrl + -
显示快捷键?