代码搜索结果

找到约 10,000 项符合 Serial 的代码

serial.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################

serial.plg

Build Log --------------------Configuration: serial - Win32 Free-------------------- Command Lines Creating temporary file "C:\DOCUME~1\POWERB~

serial.c

/* * linux/kernel/serial.c * * (C) 1991 Linus Torvalds */ /* * serial.c * * This module implements the rs232 io functions * void rs_write(struct tty_struct * queue); * void rs_

serial.c

/*************************************************************************** ; ; 2002 Altera Corporation. All rights reserved. Altera products are protected ; under numerous U.S. and forei

serial.h

#ifndef _SERIAL_ #define _SERIAL_ #define EXC_UART_RSR (EXC_REGISTERS_BASE + 0x280) #define EXC_UART_RDS (EXC_REGISTERS_BASE + 0x284) #define EXC_UART_RD (EXC_REGISTERS_BASE + 0x288) #define E

serial.s

EXC_UART_RSR EQU (EXC_REGISTERS_BASE + 0x280) EXC_UART_RDS EQU (EXC_REGISTERS_BASE + 0x284) EXC_UART_RD EQU (EXC_REGISTERS_BASE + 0x288) EXC_UART_TSR EQU (EXC_REGISTERS_BASE + 0x28c)

serial.h

/* * include/linux/serial.h * * Copyright (C) 1992 by Theodore Ts'o. * * Redistribution of this file is permitted under the terms of the GNU * Public License (GPL) */ #ifndef _LINUX_SERIAL_H

serial.h

#ifndef _SERIAL_ #define _SERIAL_ #define BAUDRATE0 115200 // 用户定义的UART0 波特率 #define DB_SENDMAXSIZE 0x80 #define DB_RECMAXSIZE 0x80 void init_serial(void); void OpenComm(void); void SendC

serial.lst

C51 COMPILER V7.09 SERIAL 07/07/2004 14:57:21 PAGE 1 C51 COMPILER V7.09, COMPILATION OF MODULE SERIAL OBJECT MODULE PLACED IN

serial.c

//----------------------------------------------------------------------------- // Net SERIAL.C // // This module handles RS-232 messages and associated tasks //-----------------------------------