代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.h
#ifdef UART_GLOBALS
#define UART_EXT
#else
#define UART_EXT extern
#endif
UART_EXT unsigned char Get_Char();
UART_EXT void Printf_Char(uchar ascii);
UART_EXT void Printf_String(uchar *str
uart.tra
*** Creating Trace Output File '..\obj\UART.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '"..\obj\75x_gpio.o"'
### List of Objects: adding '"..\o
uart.plg
礦ision3 Build Log
Project:
E:\KEIL examples\STR750 EXAMPLES\UART\UART\UART.uv2
Project File Date: 07/26/2007
Output:
Clean started: Project: '
uart.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
uart.plg
礦ision3 Build Log
Project:
E:\KEIL examples\STR750 EXAMPLES\UART\UART\UART.uv2
Project File Date: 07/26/2007
Output:
uart.h
/********************************************************************
Header for UART module library functions
********************************************************************/
uart.c
# define _dsPIC33fj256gp710_
# include
# include
/*************************************************************************
* Function Name : BusyUART1
uart.h
/******************************************************************************/
/******************************************************************************/
/* UART.H - TLC16C550C UART driver
uart.h
#ifndef __uart_c__
#define __uart_c__
#include "mytype.h"
void InitUART(void);
void UartPutChar(uint8);
void Prints(uint8 *);
//void PrintLongInt(uint32);
void PrintShortIntHex(uint16 x);