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

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

代码结果 10,000
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 \************************
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 \************************