代码搜索:UART

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

代码结果 10,000
www.eeworm.com/read/345714/3197193

h uart.h

//UART.H代码 #include "REG51.h" #define BAUD_RATE 2400 #define RELOAD(TIMER,SVALUE) TIMER+=SVALUE+1 sbit tTXD=P3^7; sbit rRXD=P3^2; bit tTI; bit rRI; data unsigned char rSBUF; data unsigned
www.eeworm.com/read/345628/3197937

h uart.h

//------------------------------------------------------------------------------ // // Copyright (C) 2004, Motorola Inc. All Rights Reserved // //-------------------------------------------------
www.eeworm.com/read/345390/3200249

c uart.c

/* *Module: Uart.C 串口程序 *Programed by: ZHI-XIONG PENG *Programed on: Date: 2004-12-22 18:11 *Modified by: *Modified on: Date: *Copyright (c) LONGFLY SHAOGUAN Inc. All rights reserved *
www.eeworm.com/read/345390/3200250

h uart.h

/* *Module: Uart.h 串口程序 *Programed by: ZHI-XIONG PENG *Programed on: Date: 2004-12-22 18:11 *Modified by: *Modified on: Date: *Copyright (c) LONGFLY SHAOGUAN Inc. All rights reserved *
www.eeworm.com/read/344610/3207122

c uart.c

#include "includes.h" #include "ipport.h" #include "dlcs.h" #include "at_core.h" #include "uart_drv.h" #ifdef dputchar #undef dputchar #endif #define UART_KB 1 #define BAUD_KB
www.eeworm.com/read/344017/3212564

h uart.h

typedef struct { unsigned int ctrl; unsigned int reload; } uart;
www.eeworm.com/read/344017/3212565

c uart.c

www.eeworm.com/read/344017/3212568

vhd uart.vhd

---------------------------------------------------------------------------- -- This file is a part of the LEON VHDL model -- Copyright (C) 1999 European Space Agency (ESA) -- -- This library
www.eeworm.com/read/343906/3214633

c uart.c

////////////////////////////////////////uart.c////////////////////////////// /////////////////////////////////file name :okiml674000//////////////////// ////////////////////////////////data:2005nia\
www.eeworm.com/read/343874/3215457

h uart.h

//UART 相关函数------------------------ /*---------------------------------------------- 函数名:UART_Init() 功能: 串口初始化 通讯有关参数初始化 将串口波特率设定为9600bps(TC35i专用波特率) 作者: 于振南 --------------