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

📄 44blib.h

📁 最近移植在s3c44b0x上的最新的ucos v2.85版本
💻 H
字号:
#ifndef __44blib_h__
#define __44blib_h__

#ifdef __cplusplus
extern "C" {
#endif

//defined in 44binit.S
void SysReset(void);	

//defined in 44blib.c
void Port_Init(void);
void Uart_Select(int ch);
void Uart_Init(int baud);
void Uart_TxEmpty(int ch);
char Uart_Getch(void);
char Uart_GetKey(void);
void Uart_GetString(char *string);
int Uart_GetIntNum(void);
void Uart_SendByte(int data);
void Uart_SendString(char *pt);
void Uart_Printf(char *fmt,...);

void MemCfgInit(void);
void CacheDisable(void);
void CacheEnable(void);
void Cache_Flush(void);

unsigned short CRC16(char *s, int len);

#ifdef __cplusplus
}
#endif

#endif /*__44blib_h__*/

⌨️ 快捷键说明

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