代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.h
#ifndef UART_H
#define UART_H
unsigned char Date[4]={0,0,0,0};
void Int_to_Char(unsigned int i,char*p);
void putchar(char a);
void puts(char* a);
char getchar(void);
void putstr(char* p);
void
uart.o
XL
H 2 areas E global symbols
M UART.c
S push_gset1 Ref0000
S push_gset2 Ref0000
S mod16u Ref0000
S div16u Ref0000
S asgncblk Ref0000
S pop_gset1 Ref0000
S pop_gset2 Ref0000
A text size E8 f
uart.c
#include
#include
void put(unsigned int i)
{
char d[8]={0};
Int_to_Char(i,d);
puts(d);
}
void Int_to_Char(unsigned int i,char *p)
{p[0]=i/1000+48;
p[1]=(i/100)%
uart.s
.module UART.c
.area lit(rom, con, rel)
L2:
.byte 0
.byte 0,0,0,0,0,0,0
.area text(rom, con, rel)
.dbfile D:\AVR\代码\ICCdaima\TWI\UART.c
.dbfunc e put _put fV
; d -> y+0
;
uart.v
/******************************************************************************
*
* File Name: uart.v
* Version: 1.1
* Date: January 22, 2000
* Model: Uart Chip
* Dependenci
uart.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
uart.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
uart.c
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contain
uart.h
/********************************************************************
* Project: STM32-Stick
* File: uart.h
*
* System: Cortex M3
* Compiler: TASKING
*
* Date: 2007-
uart.c
/********************************************************************
* Project: STM32-Stick
* File: uart.c
*
* System: Cortex M3
* Compiler: TASKING
*
* Date: 2007-