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

📄 global_function.h

📁 ARM s3c44box的一些程序代码
💻 H
字号:
#include "parameter.h"
#include "register.h"
#include "type_def.h"

//#define printf 	Uart0_SendString
#define printf Uart0_FifoInt_SendString

void EnableIRQ(void);
void EnableFIR(void);
void DisableIRQ(void);
void DisableFIR(void);

void Delay(unsigned int count);

B8 getBCD(B8 count);

void IntInit(void);


B8   Uart0_GetInput(void);
void Uart0_SendByte(int data);
void Uart0_SendString(char *pt); 
B8 	Uart0_Getkey(void);
void Uart0_FifoInt_SendString(char * pt);

⌨️ 快捷键说明

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