代码搜索:如何学习 UART?

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

代码结果 10,000
www.eeworm.com/read/192525/8376534

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/192522/8376746

c uart.c

//**************************************************************************************** //** 文件名:Uart.c //** Copyright (c) 2002 Hard&SoftMcuStudio //** 创建人:Hard&SoftMcuStudio //** 日期:2002
www.eeworm.com/read/192522/8376752

h uart.h

#ifndef __UART_H_ #define __UART_H_ #include "../../ucos-ii/includes.h" #define Uart0BaudRate (115200) #define Uart1BaudRate (115200) void __irq Uart0_RxInt(void); void __irq Uart1_RxInt(void)
www.eeworm.com/read/292109/8376856

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/192521/8376955

c uart.c

#include #include "Tl16C752B.h" static UartDelay(Uint32 Val) { Uint32 i; for(i=0;i
www.eeworm.com/read/192521/8376980

obj uart.obj

www.eeworm.com/read/192512/8378133

h uart.h

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

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/192426/8381997

h uart.h

/* 字符输出函数 */ extern void putchar(unsigned char c); /* 字符输入函数 */ extern unsigned char getchar(void); /* 字符串输出函数 */ extern void puts(char *s); /* UART初始化 */ extern voi
www.eeworm.com/read/192426/8382048

lis uart.lis

.module uart.c .area data(ram, con, rel) 0000 _rd_index:: 0000 .blkb 1 .area idata 0000 00