?? 44blib.h
字號:
/*
;************************************************************************************************************
;* 北京知天行科技有限公司
;* 研 發(fā) 部
;*
;* http://www.zt-training.com
;*
;*--------------------------------------------- 文件信息 ----------------------------------------------------
;* 文件名稱 : 44blib.h
;* 文件功能 : 該文件聲明S3C44B0硬件平臺的通用函數(shù)的頭文件
;* 補(bǔ)充說明 :
;*-------------------------------------------- 最新版本信息 -------------------------------------------------
;* 修改作者 : ARM7開發(fā)小組
;* 修改日期 : 2004/04/25
;* 版本聲明 : V1.0.1
;*-------------------------------------------- 歷史版本信息 -------------------------------------------------
;* 文件作者 : ARM7開發(fā)小組
;* 創(chuàng)建日期 : 2004/04/20
;* 版本聲明 : v1.0.0
;*-----------------------------------------------------------------------------------------------------------
;*-----------------------------------------------------------------------------------------------------------
;************************************************************************************************************
;*/
#ifndef __44blib_h__
#define __44blib_h__
#define NULL 0
#define EnterPWDN(clkcon) ((void (*)(int))0x20080e0)(clkcon) //?????????//0xc0080e0
void Delay(int time);
void *malloc(unsigned nbyte);
void free(void *pt);
void Port_Init(void);
void Cache_Flush(void);
void Uart_TxEmpty(char port);
void Uart_Init(int mclk,int baud,char port);
char Uart_Getch(char port);
char Uart_GetKey(char port);
int Uart_GetIntNum(char port);
void Uart_SendByte(int data,char port);
void Uart_Printf(char port,char *fmt,...);
void Uart_SendString(char *pt,char port);
void Timer_Start(int divider);
int Timer_Stop(void);
void ChangePllValue(int m,int p,int s);
#ifdef __cplusplus
}
#endif
#endif
/*
*************************************************************************************************************
** 結(jié)束文件 **
*************************************************************************************************************
*/
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -