?? bf533_ezlite.h
字號:
/*
***************************************************************
Definitions for the
Analog Devices CROSSCORE ADSP-BF533 EZ-KIT Lite
evaluation board
***************************************************************
*/
// Define System Constants
#define XTAL_FREQ 27000000 // 27MHz Xtal
#define VCO_FREQ (XTAL_FREQ*10) // PLL * 10 = 270MHz
#define CORE_CLOCK (VCO_FREQ/1) // 270Mhz
#define SYS_CLOCK (VCO_FREQ/5) // 54MHz
// Define addresses of hardware ports
#define pFlashA_PortB_Dir (volatile unsigned char *)0x20270007
#define pFlashA_PortB_Data (volatile unsigned char *)0x20270005
// Define driver function prototypes
extern void EZLite_Init_LED(char state);
extern void EZLite_Set_LED(char lite);
extern void EZLite_Clr_LED(char lite);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -