代码搜索结果
找到约 31,537 项符合
UART 的代码
uart.lst
C51 COMPILER V8.02 UART 12/04/2008 06:31:20 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE UART
OBJECT MODULE PLACED IN UA
uart.lst
C51 COMPILER V7.06 UART 12/04/2008 15:12:02 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE UART
OBJECT MODULE PLACED IN UA
uart.dp2
UART.o: C:\DOCUME~1\work\桌面\sim340_e1/UART.h
uart.lis
.module UART.c
.area text(rom, con, rel)
0000 .dbfile F:\学习\avr\sim340_e\UART.c
0000 .dbfunc e delay_1us _delay
uart._c
#include "UART.h"
#define XTAL 4 //晶振频率,单位MHz
void delay_1us(void) //1us延时函数
{
asm("nop");
}
void delay_nus(unsigned int n) //N us延时函数
{
unsigned int i
uart.c
#include "UART.h"
#define XTAL 4 //晶振频率,单位MHz
void delay_1us(void) //1us延时函数
{
asm("nop");
}
void delay_nus(unsigned int n) //N us延时函数
{
unsigned int i
uart.s
.module UART.c
.area text(rom, con, rel)
.dbfile F:\学习\avr\sim340_e\UART.c
.dbfunc e delay_1us _delay_1us fV
.even
_delay_1us::
.dbline -1
.dbline 5
; #include "UART.h"
; #define XTAL
uart.bat
REM This is a sample batch file for the Serial I/O application example
REM (UART mode) corresponding to the M3T-CC32R.
REM The environment variable for CC32R corresponds with the default installatio
uart.h
/****************************************************************************************************
* 文件名: UART.h *
* Copyright (c) 2008 *********武汉理工大学信息工程学院电信系 *
*
uart.c
/****************************************************************************************************
* 文件名: UART.c *
* Copyright (c) 2008 *********武汉理工大学信息工程学院电信系 *
*