代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial.h
#define SER_IRQ IRQ_COM1_COM3 /* Hardware IRQ for COM1 */
#define SER_MSK 0x10 /* PIC mask bit for IRQ 4 */
#define SER_BASE 0x3F8 /* Base port address for COM1 */
#define SER_THR SER_BASE /
serial.asm
SECTION .data
EXTERN _inbound_queue ; (defined in LAB6.C)
data DB 0 ; put rcvd byte here
SECTION .text
ALIGN 16
BITS 32
BASE_PORT EQU 3F8h ; we have this in our lab
LSR_PORT
serial.h
#define SER_IRQ IRQ_COM1_COM3 /* Hardware IRQ for COM1 */
#define SER_MSK 0x10 /* PIC mask bit for IRQ 4 */
#define SER_BASE 0x3F8 /* Base port address for COM1 */
#define SER_THR SER_BASE /
serial.h
#define BASE_PORT 0x3F8
#define SER_MSK 0x10 /* PIC mask bit for IRQ 4 */
#define SER_BASE 0x3F8 /* Base port address for COM1 */
#define SER_THR SER_BASE /* Transmitter Holding Register */
serial.c
#include "libepc.h"
#include "os_cpu.h"
#include "os_cfg.h"
#include "ucos_ii.h"
#include "serial.h"
#include
#include
void SerialISR(void) ;
OS_EVENT *com1_queue = NULL ;
serial.cpp
// Serial.cpp: implementation of the CSerial class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "GpsTracker.h"
#include "Serial.h"
#i
serial.h
//Mobile control class by SkyVense
//If you modified this file, please send a copy to skyvense@online.sh.cn
//Thank you!
//Last modifed 2002-02-29 by SkyVense
// Serial.h
#define FC_DTRDS
serial.c
#include "vxworks.h"
#include "stdio.h"
#include "ioLib.h"
#include "sioLib.h"
int fd;
char buf[100];
void OpenS(int num)
{
char tyName[20];
char consoleName[20];
sprintf (tyNam
serial.lst
C51 COMPILER V7.06 SERIAL 12/18/2007 11:18:06 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE SERIAL
OBJECT MODULE PLACED IN