?? dsp281x_globalprototypes.h
字號:
/******************************************************************/
/*Copyright (C), 2008-2009, 力天電子,LiTian Tech.Co.Ltd. */
/* Module Name : system */
/* File Name : DSP281x_GlobalPrototypes.c */
/* Author : 侯長波 */
/* Create Date : 2009/12/1 */
/* Version : 2.0 */
/* Function : 系統初始化函數聲明 */
/* Description : */
/* Support : www.LT430.com */
/******************************************************************/
#ifndef _System_H_
#define _System_H_
#ifdef __cplusplus
extern "C" {
#endif
//系統初始化相關函數聲明
extern void InitSysCtrl(void);
extern void InitPieCtrl(void);
extern void InitPieVectTable(void);
extern void EnableInterrupts(void);
extern void InitSysCtrl(void);
extern void InitPll(Uint16 val);
extern void InitPeripheralClocks(void);
extern void KickDog(void);
extern void DisableDog(void);
extern Uint16 CsmUnlock(void);
extern void InitFlash(void);
extern void MemCopy(Uint16 *SourceAddr, Uint16* SourceEndAddr, Uint16* DestAddr);
//聲明外部變量,下面三個變量是鏈接器產生的全局變量
extern Uint16 RamfuncsLoadStart;
extern Uint16 RamfuncsLoadEnd;
extern Uint16 RamfuncsRunStart;
#ifdef __cplusplus
}
#endif
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -