⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 44blib.h~

📁 这是在linux下
💻 H~
字号:
/***********************************************
 * NAME    : 44BLIB.H                          *
 * Version : 17.Apr.00                         *
 ***********************************************/


#ifndef __44blib_h__
#define __44blib_h__
#include "../inc/def.h"
#define EnterPWDN(clkcon) ((void (*)(int))0xc0080e0)(clkcon)

/*44blib.c*/
void Delay(int time); //Watchdog Timer is used.
//void *malloc(unsigned nbyte); 
void free(void *pt);
void SystemClockInit(void);void Led_Display(int LedStatus);void MemCfgInit(void);
void PortInit(void);
void Cache_Flush(void);
void ChangeMemCon(unsigned *pMemCfg);
void Uart_Select(int ch);
void Uart_TxEmpty(int ch);
void Uart_Init(int mclk,int baud);
char Uart_Getch(void);
char Uart_GetKey(void);
int  Uart_GetIntNum(void);
void Uart_SendByte(int data);
void Uart_Printf(char *fmt,...);
void Uart_SendString(char *pt);

void Timer_Start(int divider); //Watchdog Timer is used.
int Timer_Stop(void);          //Watchdog Timer is used.

void ChangePllValue(int m,int p,int s);void Beep(U32 freq, U32 ms);

#endif /*__44blib_h__*/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -