代码搜索:UART 有哪些应用?
找到约 10,000 项符合「UART 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/369456/9647816
o uart.o
www.eeworm.com/read/369456/9647819
txt uart.txt
; generated by ARM/Thumb C/C++ Compiler with , RVCT3.1 [Build 919] for uVision
; commandline ArmCC [--debug -c --asm --interleave -o.\debug_in_FLASH\uart.o --depend=.\debug_in_FLASH\uart.d --device=D
www.eeworm.com/read/369456/9647845
i uart.i
#line 1 "src\\uart.c"
#line 1 "src\\config.h"
typedef unsigned char uint8;
typedef signed char int8;
www.eeworm.com/read/369456/9647885
h uart.h
#ifndef __UART_H
#define __UART_H
/****************************************************************************
* 名称:DelayNS()
* 功能:长软件延时
* 入口参数:dly 延时参数,值越大,延时越久
* 出口参数:无
******************
www.eeworm.com/read/369456/9647919
c uart.c
#include "config.h"
uint8 rcv_buf[40],rcv_buf1[16]; // UART0数据接收缓冲区
uint8 rcv_new,rcv_new1; // 接收新数据标志
uint8 answer_falg;
/*********************************************************
www.eeworm.com/read/369067/9664247
obj uart.obj
www.eeworm.com/read/369067/9664327
lst uart.lst
C51 COMPILER V7.06 UART 02/05/2005 09:08:14 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE UART
OBJECT MODULE PLACED IN ua
www.eeworm.com/read/369067/9664346
c uart.c
#include
#include
#include
#include
#include
#include
#include "define.h"
//#include "val.h"
#include "function.h"
#d
www.eeworm.com/read/369061/9664557
lst uart.lst
C51 COMPILER V7.05 UART 04/13/2004 13:35:27 PAGE 1
C51 COMPILER V7.05, COMPILATION OF MODULE UART
OBJECT MODULE PLACED IN ua
www.eeworm.com/read/369061/9664566
c uart.c
//uart.c - code recommendation for C header file
/***********************************************************************
MODULE: UART
VERSION: 1.04
CONTAINS: Routines for controlling the UA