代码搜索:UART
找到约 10,000 项符合「UART」的源代码
代码结果 10,000
www.eeworm.com/read/433291/7944168
opt 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 {
www.eeworm.com/read/433291/7944176
pri uart.pri
www.eeworm.com/read/433291/7944184
pr uart.pr
www.eeworm.com/read/433291/7944187
plg uart.plg
礦ision3 Build Log
Project:
E:\STK6036A_Tools\help\6031 software\UART\UART.uv2
Project File Date: 10/23/2007
Output:
www.eeworm.com/read/198233/7946568
npl uart.npl
JDF F
// Created by Project Navigator ver 1.0
PROJECT UART
DESIGN uart Normal
DEVFAM spartan2
DEVFAMTIME 0
DEVICE xc2s15
DEVICETIME 0
DEVPKG cs144
DEVPKGTIME 0
DEVSPEED -6
DEVSPEEDTIME 0
F
www.eeworm.com/read/198169/7948973
h uart.h
#ifndef __UART_H__
#define __UART_H__
void Test_Uart0(void);
void Test_Uart0Fifo(void);
void Test_Uart1(void);
void Test_Uart1Fifo(void);
void Test_Uart0Range(void);
void Test_Uart1Max(void);
www.eeworm.com/read/198169/7949058
c uart.c
#include
#include
#include "..\..\inc\44b.h"
#include "..\..\inc\44blib.h"
#include "..\..\inc\def.h"
#include "..\..\inc\cputest\rtc.h"
#define KEY_BUFLEN 100
#define A
www.eeworm.com/read/298591/7950138
lst uart.lst
1 .file "uart.c"
2 .arch atmega8
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6
www.eeworm.com/read/298591/7950142
c uart.c
#include "include.h"
void decode_cmd(void);
enum
{
SCI_IDLE=0,
SCI_DIR,
SCI_NUM,
//SCI_DATA,
SCI_CHECK_END
}SCI_state;
//#define
union
{
unsigned char val[SCI_FIFO_SIZE];