代码搜索结果
找到约 5,134 项符合
USART 的代码
usart.o
XL
H 1 areas 9 global symbols
M usart.c
S push_gset1 Ref0000
S push_gset2 Ref0000
S pop_gset1 Ref0000
S pop_gset2 Ref0000
A text size 90 flags 0
dbfile C:\DOCUME~1\www\桌面\motor_ce\usart.c
dbf
usart.lis
.module usart.c
.area text(rom, con, rel)
0000 .dbfile C:\DOCUME~1\www\桌面\motor_ce\usart.c
0000 .dbfunc e Usart
spi.dp2
spi.o: C:\DOCUME~1\www\桌面\motor_ce/includes.h D:/icc/include/iom16v.h D:/icc/include/macros.h C:\DOCUME~1\www\桌面\motor_ce/usart.h C:\DOCUME~1\www\桌面\motor_ce/delay.h D:/icc/include/iom16v.h D:/icc/inc
includes.h
#ifndef _INCLUDES_H
#define _INCLUDES_H
#endif
#include
#include
#include "usart.h"
#include "delay.h"
#include "ICP.h"
//#include "Spi.h"
motor_ce.src
[Files]
delay.c
ICP.C
motor_ce.c
usart.c
[Headers]
delay.h
ICP.H
includes.h
usart.h
[Documents]
motor_ce.dp2
motor_ce.o: C:\DOCUME~1\www\桌面\motor_ce/includes.h D:/icc/include/iom16v.h D:/icc/include/macros.h C:\DOCUME~1\www\桌面\motor_ce/usart.h C:\DOCUME~1\www\桌面\motor_ce/delay.h D:/icc/include/iom16v.h D:/ic
usart.h
/***********************************************************************/
/* This file is part of the uVision/ARM development tools */
/* Copyright KEIL ELEKTRONIK GmbH 2002-2003
usart.c
// Compiler : IAR EWAVR
// Target : M8
// Crystal: 8Mhz
//USART section
uchar uart_ping_data[4] = {0x00,0x00,0x00,0x00}; //the ping data buffer
__flash uchar uart
usart.h
/* Prototypes */
void USART0_Init( unsigned int baudrate );
unsigned char USART0_Receive( void );
unsigned char DataInReceiveBuffer( void );
void USART0_Transmit( unsigned char data );
/*******
usart.h
//*----------------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------