代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
uart.vhd
---------------------------------------------------------------------------------------------------
--*************************************************************************************************
uart.cpp
/*----------------------------------------------------------------------------
* Copyright (c) 2001 by National Semiconductor Corporation
* National Semiconductor Corporation
* 2900 Semicondu
uart.h
/*----------------------------------------------------------------------------
* Copyright (c) 2001 by National Semiconductor Corporation
* National Semiconductor Corporation
* 2900 Semicondu
uart.h
/*--------------------------------------------------------------------------
* Copyright (c) 2001 by National Semiconductor Corporation
* All rights reserved.
*
uart.c
/*--------------------------------------------------------------------------
* Copyright (c) 2001 by National Semiconductor Corporation
* All rights reserved.
*
uart.lis
.module UART.c
.area data(ram, con, rel)
0000 _RxIndex::
0000 .blkb 2
.area idata
0000 0000
uart.h
#include
//常量定义
#define BAUDRATE 9600 //波特率
#define F_CPU 8000000
void put_c(unsigned char c); //发送采用查询方式
void put_s(unsigned char *ptr);
void put_bytes(unsigned char *ptr,u
uart.o
XL
H 5 areas D global symbols
M UART.c
S push_gset1 Ref0000
S push_gset3 Ref0000
S pop_gset1 Ref0000
S pop_gset3 Ref0000
A text size E6 flags 0
dbfile E:\xm\jxf\u盘读写模块\code\udisk_test0827\UART