代码搜索:UART

找到约 10,000 项符合「UART」的源代码

代码结果 10,000
www.eeworm.com/read/173654/5368795

c uart.c

/****************************************************************************** * * * **********
www.eeworm.com/read/173502/5371355

h uart.h

/* 定义串口模式设置数据结构 */ typedef struct UartMode { uint8 datab; // 字长度,5/6/7/8 uint8 stopb; // 停止位,1/2 uint8 parity; // 奇偶校验位,0为无校验,1奇数校验,2为偶数校验 }UARTMODE
www.eeworm.com/read/173502/5371356

c uart.c

#include "config.h" #include "uart.h" uint8 rcv_buf[8]; // UART0数据接收缓冲区 volatile uint8 rcv_new; // 接收新数据标志 /* ********************************************************************
www.eeworm.com/read/172865/5381803

map uart.map

LARM LINKER/LOCATER V2.53 08/02/2006 09:01:33 PAGE 1 LARM LINKER/LOCATER V2.53, INVOKED BY: G:\KEIL\ARM\BIN\LA.EXE .\Obj\Startup.o
www.eeworm.com/read/172865/5381804

lst uart.lst

ARM COMPILER V2.53, uart 02/08/06 09:01:33 PAGE 1 ARM COMPILER V2.53, COMPILATION OF MODULE uart OBJECT MODULE PLACED IN .
www.eeworm.com/read/172865/5381807

lnp uart.lnp

".\Obj\Startup.obj", ".\Obj\irq.obj", ".\Obj\uart.obj", ".\Obj\uarttest.obj" TO ".\Obj\UART" PRINT(".\Lst\UART.map") CASE CLASSES (DATA (0x40000000-0x40007FFF), CODE (0x0-0x7FFFF), CONST (0
www.eeworm.com/read/172865/5381808

plg uart.plg

礦ision3 Build Log Project: H:\经纬资料\项目开发资料\lpcxilie\LPC214X for keil的所有例程\Keil\UART\uart.uv2 Project File Date: 07/23/2006 Output:
www.eeworm.com/read/172593/5383642

prj uart.prj

[Compiler Options] Edit1=..\..\include Edit2=..\..\lib\icc\enhanced Edit8= CheckBox1=0 CheckBox2=1 Edit3=ETHERNUT2 _MCU_enhanced __HARVARD_ARCH__ Edit4= Edit11=30 Edit13= ComboBox1=0 Edit9=0x20000 Edi
www.eeworm.com/read/172593/5383643

src uart.src

[Files] ..\..\app\uart\uart.c [Headers] [Documents]
www.eeworm.com/read/172593/5383739

h uart.h

#ifndef _DEV_UART_H #define _DEV_UART_H /* * Copyright (C) 2001-2004 by egnite Software GmbH. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modific