ts101_ez_kit_defines.h

来自「基于TS201 Sets up a skeleton overlay syste」· C头文件 代码 · 共 16 行

H
16
字号
//***********************************************************************
//      Defines for the ADSP-TS101S TigerSHARC EZ-Kit
//      TS101_EZ_KIT_Defines.h
//
//		Users of the ADSP-TS101S EZ-Kit need to define one of the two
// 		selections below based on their revision of the EZ-Kit.
//		This selection affects the SDRCON setting that takes place in
//		'inita.c'.
//***********************************************************************
        

#ifdef __ADSPTS101__
	#define REV1_3_EZKIT
//	#define REV1_2_EZKIT
#endif

⌨️ 快捷键说明

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