代码搜索:如何学习 UART?
找到约 10,000 项符合「如何学习 UART?」的源代码
代码结果 10,000
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
www.eeworm.com/read/369061/9664576
obj uart.obj
www.eeworm.com/read/369061/9664603
h uart.h
//uart.h - code recommendation for C header file
/***********************************************************************
MODULE: UART
VERSION: 1.04
CONTAINS: Routines for controlling the UA
www.eeworm.com/read/369061/9664630