代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.lis
.module uart.c
.area text(rom, con, rel)
0000 .dbfile C:\mega8\PS2_KEYBOARD\uart.c
0000 .dbfunc e putchar _putc
uart._c
/******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* PS2键盘演示程序 */
/* 作者:ntzwq@wx88.net
uart.c
/******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* PS2键盘演示程序 */
/* 作者:ntzwq@wx88.net
uart.o
XL
H 3 areas A global symbols
M uart.c
S push_gset1 Ref0000
S _getchar Ref0000
S _init_kb Ref0000
S _read_flash Ref0000
S pop_gset1 Ref0000
A text size BE flags 0
dbfile C:\mega8\PS2_KEYBOARD
uart.s
.module uart.c
.area text(rom, con, rel)
.dbfile C:\mega8\PS2_KEYBOARD\uart.c
.dbfunc e putchar _putchar fV
; c -> R16
.even
_putchar::
.dbline -1
.dbline 20
; /**********
uart.h
//*****************************************************************************
//
// uart.h - Defines and Macros for the UART.
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. All rights reser
uart.c
//*****************************************************************************
//
// uart.c - Driver for the UART.
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. All rights reserved.
//
/
uart.h
/*
* $Revision: 1.2 $
*/
void UartInit(int(*getchar_func)(), void(*putchar_func)(int));
void UartRxrdy();
int ReceiveLine(char* line, int timeout);
void SendLine(char* line);
uart.c
/*
* $Revision: 1.4 $
*/
#include
#include "config.h"
#include "uart.h"
#include "timer.h"
#define RD_TIMEOUT 10
static char rbuf[RXBUF_SIZE];
static volatile int rptr =
uart.lst
##############################################################################
# #
# IAR ARM ANSI C/C++ Compiler V4.42A/W32