代码搜索:UART 有哪些应用?

找到约 10,000 项符合「UART 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/283430/9021385

cpp uart.cpp

#include "LPC213XDEF.h" #include "uart.h" extern "C" void IRQ_UART0 (void) __irq; UartObj::UartObj(void) { Init(); } void UartObj::Init(void) { unsigned int Fdiv; TxCount = 0; R
www.eeworm.com/read/283430/9021401

h uart.h

#ifndef __IAPUART_H #define __IAPUART_H class UartObj; #define Fosc 11059200 //Crystal frequence,10MHz~25MHz,should be the same as actual status. //应当与
www.eeworm.com/read/283430/9021403

o uart.o

www.eeworm.com/read/283405/9022403

h uart.h

/***************************************************************************** * uart.h: Header file for Philips LPC214x Family Microprocessors * * Copyright(C) 2006, Philips Semiconductor
www.eeworm.com/read/283405/9022408

c uart.c

/***************************************************************************** * uart.c: UART API file for Philips LPC214x Family Microprocessors * * Copyright(C) 2006, Philips Semiconducto
www.eeworm.com/read/283405/9022410

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/382456/9025633

h uart.h

/* * Copyright (c) 2006-2007 by Roland Riegel * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public L
www.eeworm.com/read/382456/9025646

c uart.c

/* * Copyright (c) 2006-2007 by Roland Riegel * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public L
www.eeworm.com/read/382366/9032815

h uart.h

char Uart_IntGetkey(void); void __irq Error(void); //void __irq Error(void) // __attribute__ ((interrupt ("IRQ"))); void __irq Exint2(void) ; // __attribute__ ((interrup
www.eeworm.com/read/382366/9032836

crf uart.crf