代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial.c
//**********************************************************************************
//杨屹 2002/08/20 第一版
//基于中断的串口驱动及显示程序
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//***********************
serial.c
/*
* serial.c
*
* This module implements the rs232 io functions
* void rs_write(struct tty_struct * queue);
* void rs_init(void);
* and all interrupts pertaining to serial IO.
*/
#include
serial.lst
16c5x/7x Cross-Assembler V4.11 Released Sun Feb 19 03:34:56 1995 Page 1
Line PC Opcode
0001 0002 PCL EQU 2H
0002 0003 STATUS EQU 3H
0003 0005 PORT_A EQU 5H
0
serial.sym
$SERIAL.sym
3BEEP 02DL01601702D02AD
3BIT_CNT 012F00000B012011C
3CLK 005B000010011009A
3CNT_REG 010F00000400501A0150
3CONVERT 01CL00701C01B5
3DAT 105B00000C00F0082
3DISPLAY 005L00501B0136
3DLY
serial.asm
PCL EQU 2H
STATUS EQU 3H
PORT_A EQU 5H
TRISA EQU 5H
PORT_B EQU 6H
TRISB EQU 6H
PCLATH EQU 0AH
CNT_REG EQU 10H ;
serial.c
/*
* LittleOS
* Copyright (C) 1998 Eran Rundstein (talrun@actcom.co.il)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General P
serial.h
/*
*********************************************************************************************************
* uC/OS-II
*