代码搜索:如何学习 UART?

找到约 10,000 项符合「如何学习 UART?」的源代码

代码结果 10,000
www.eeworm.com/read/105943/15652447

url 操作系统学习.url

[DEFAULT] BASEURL=http://computerinfo.com.cn/classroom/os.htm [InternetShortcut] URL=http://computerinfo.com.cn/classroom/os.htm Modified=A06A4401B709C001D0
www.eeworm.com/read/105160/15676715

txt vc++菜鸟学习手记.txt

作者:pp.boy email: pp.boy@263.net 日期:2000-10-24 0:41:11 今天加入chinaasp的c/c++版,成立了c版菜鸟帮,也自己把自己选为了鸟帮帮主。嘻嘻...开始学习vc++了. 说自己有好菜,可能还没有人相信,pp.boy只是稍稍懂点c语言,写过一些dos程序,对于windows程序嘛,嘻嘻....了解的实在是太少了. 那为什么要选vc++
www.eeworm.com/read/105160/15676855

txt c++ 的学习书籍.txt

作者:rick1126 email: rickzhang@sina.com 日期:8/20/2001 7:22:53 PM 欢迎推荐自己心仪的学习书籍 1. 名字 + 出版社 + 来源 2. 简介 3. 心得
www.eeworm.com/read/391868/8374420

h uart.h

//uart.h #include #include #define OSCILLATOR_CLOCK_FREQUENCY 14745600 //in MHz //get real processor clock frequency unsigned int processorClockFrequency(void);
www.eeworm.com/read/391868/8374426

c uart.c

//uart.c #include "uart.h" unsigned int processorClockFrequency(void) { //return real processor clock speed return OSCILLATOR_CLOCK_FREQUENCY * (PLLCON & 1 ? (PLLCFG & 0xF) + 1 : 1); }
www.eeworm.com/read/192553/8375481

h uart.h

#ifndef __UART_H__ #define __UART_H__ #define UART0_REVBUFFER_SIZE 1024 #define UART1_REVBUFFER_SIZE 1024 void OSInitUart(void); int OSReadUart0(U8 data[], int num, int ntimeout); void Ope
www.eeworm.com/read/192525/8376380

h uart.h

/***************************************************************************\ Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved. by threewter 2004.4.26 \************************