?? c6416dsk.h
字號:
/*******************************************************************************
* FILENAME
* c6416teb.h
*
* DESCRIPTION
* TEB Header File
*
* NOTES:
*
*******************************************************************************/
#ifndef c6416teb_h
#define c6416teb_h
// Include CSL. This assumes CSL v2.1 for support of C64xx EMIF A and B.
#include "csl.h"
#include "csl_emifa.h"
#include "csl_emifb.h"
#include "csl_timer.h"
#include "csl_mcbsp.h"
// Misc. other definitions for memory test not defined else where
#define INTERNAL_MEM_SIZE (0x4000)>>2
#define INTERNAL_MEM_START 0x00010000
#define ALL_A 0xaaaaaaaa
#define ALL_5 0x55555555
#define ALT_A5 0xa5a5a5a5
#define ALT_5A 0x5a5a5a5a
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -