?? code.h
字號:
/* System configuration .Fosc、Fcclk、Fcco、Fpclk must be defined */
/* 系統(tǒng)設置, Fosc、Fcclk、Fcco、Fpclk必須定義*/
#define Fosc 12000000 //Crystal frequence,10MHz~25MHz,should be the same as actual status.
//應當與實際一至晶振頻率,10MHz~25MHz,應當與實際一至
#define Fcclk (Fosc * 4) //System frequence,should be (1~32)multiples of Fosc,and should be equal or less than 60MHz.
//系統(tǒng)頻率,必須為Fosc的整數倍(1~32),且<=60MHZ
#define Fcco (Fcclk * 4) //CCO frequence,should be 2、4、8、16 multiples of Fcclk, ranged from 156MHz to 320MHz.
//CCO頻率,必須為Fcclk的2、4、8、16倍,范圍為156MHz~320MHz
#define Fpclk (Fcclk / 4) * 1 //VPB clock frequence , must be 1、2、4 multiples of (Fcclk / 4).
//VPB時鐘頻率,只能為(Fcclk / 4)的1、2、4倍
#define Fwdt (Fpclk/4)
#define uchar unsigned char
#define uint unsigned int
extern void RTCInit(void);
extern void delay1s(unsigned char i);
extern void Draw_a(uchar d_where,uint x_add,uchar layer,uchar width);
extern void ReadRTC(void);
extern uchar Scan_Key(void);
extern unsigned char const Bmpt1[];
extern unsigned char const Bmpt2[];
extern unsigned char const Bmpt3[];
extern unsigned char const Bmpt4[];
extern unsigned char const Bmpt5[];
extern unsigned char const Bmpt6[];
extern unsigned char const Bmpt7[];
extern unsigned char const Bmptc[];
extern unsigned char const bmp001[];
extern unsigned char const Bmp08[];
extern unsigned char const Bmp07[];
extern unsigned char const Bmp06[];
extern unsigned char const Bmp05[];
extern unsigned char const Bmp04[];
extern unsigned char const Bmp03[];
extern unsigned char const Bmp02[];
extern unsigned char const Bmp01[];
extern unsigned char const Bmp012[];
extern unsigned char const Bmp003[];
extern unsigned char const Bmp002[];
extern unsigned char const ARMKIT_bmp[];
extern unsigned char const bmp009[];
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -