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

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

代码结果 10,000
www.eeworm.com/read/204706/15334606

h uart.h

/* Jesper Hansen Original Author: Volker Oth This file is part of the yampp system. This program is free software; you can redistribute it and/or
www.eeworm.com/read/204706/15334623

c uart.c

/* Jesper Hansen Original Author: Volker Oth This file is part of the yampp system. This program is free software; you can redistribute it and/or
www.eeworm.com/read/204538/15337267

o uart.o

www.eeworm.com/read/204329/15341443

obj uart.obj

www.eeworm.com/read/204329/15341477

lst uart.lst

C51 COMPILER V7.07 UART 02/10/2004 14:33:07 PAGE 1 C51 COMPILER V7.07, COMPILATION OF MODULE UART OBJECT MODULE PLACED IN ua
www.eeworm.com/read/204329/15341483

c uart.c

/********************************************************************* * Copright(c) 2003,广州周立功单片机发展有限公司 * All rights reserved. * http://www.zlgmcu.com * *文件名称: uart.c *文件标识
www.eeworm.com/read/204329/15341501

h uart.h

#ifdef UART_GLOBALS #define UART_EXT #else #define UART_EXT extern #endif UART_EXT unsigned char Get_Char(); UART_EXT void Printf_Char(uchar ascii); UART_EXT void Printf_String(uchar *str
www.eeworm.com/read/204295/15341909

h uart.h

/******************** (C) COPYRIGHT 2003 STMicroelectronics ******************** * File Name : uart.h * Author : MCD Application Team * Date First Issued : 16/05/2003 * Descr
www.eeworm.com/read/204295/15341913

c uart.c

/******************** (C) COPYRIGHT 2003 STMicroelectronics ******************** * File Name : uart.c * Author : MCD Application Team * Date First Issued : 08/06/2003 * Descr
www.eeworm.com/read/203645/15353983

h uart.h

#ifndef __UART_H__ #define __UART_H__ extern volatile unsigned char RX_BUFFER[16]; extern volatile unsigned char RX_Index; extern volatile unsigned char RX_Flag; void UARTInit(void); void