代码搜索:UART
找到约 10,000 项符合「UART」的源代码
代码结果 10,000
www.eeworm.com/read/457288/7328648
d uart.d
uart.o: driver\uart.c
uart.o: driver\..\header\uart.h
uart.o: driver\..\header\..\header\stm32f10x_reg.h
uart.o: D:\Program Files\keil_arm\ARM\RV31\INC\stdio.h
uart.o: D:\Program Files\keil_arm\AR
www.eeworm.com/read/457288/7328655
o uart.o
www.eeworm.com/read/457288/7328663
c uart.c
/*------------------------------------------------------
FILE NAME : uart.c
DESCRIPTION : uart funtion;
VERSION : 1.0.0
AUTHOR :
CREATE DATE : 04.5.2009
MODIFY DATE :
LOGS
www.eeworm.com/read/457288/7328668
h uart.h
/*------------------------------------------------------
FILE NAME : mcp2515.c
DESCRIPTION : CAN MCP2515 driver.
VERSION : 1.0.0
AUTHOR :
CREATE DATE : 03.12.2009
MODIFY DATE : 04.5
www.eeworm.com/read/457165/7333292
h uart.h
//*****************************************************************
//
// File Name : 'uart.h'
// Title : UART driver
// Author : Pascal Stang
// Date : 11/22/2000
// Version : 0.1
//
www.eeworm.com/read/457165/7333300
c uart.c
//*****************************************************************
//
// File Name : 'uart.c'
// Title : UART driver
// Author : Pascal Stang
// Date : 11/22/2000
// Version : 0.1
// T
www.eeworm.com/read/457142/7333610
hex uart.hex
:040000000C9441001B
:04002C000C94D6005A
:140060003F0006005B004F0066006D007D0007007F006F0058
:1400740077007C0039005E00790071000100CFE5D4E0CDBF0F
:14008800DEBFC051D0400AEA08830024E2E6F0E010E0E23663
www.eeworm.com/read/457142/7333611
lis uart.lis
.module uart.c
.area vector(rom, abs)
.org 44
002C 0C947400 jmp _uart_rx
.area data(ram, c
www.eeworm.com/read/457142/7333612
prj uart.prj
[Compiler Options]
Edit1=C:\icc\include\
Edit2=C:\icc\lib\
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=16384
Edit10=1024
ComboBox2=14
RadioGroup1=0
www.eeworm.com/read/457142/7333613
_c uart._c
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define mclk 8000000
#pragma interrupt_handler uart_rx:12
uchar rdata=1,flag=0;
#pragma dat