代码搜索结果

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

serial port.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {

tiny_serial.c

/* * Tiny Serial driver * * Copyright (C) 2002-2004 Greg Kroah-Hartman (greg@kroah.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU G

serial_pal.v

module serial_pal(clk,reset,en,in,out); input clk,reset,en,in; output[3:0] out; reg[3:0] out; always @(posedge clk) begin if(reset) out

serial2.v

module serial2(q,a,clk); output q,a; input clk; reg q,a; always @(posedge clk) begin a=~q; q=~q; end endmodule

serial1.v

module serial1(q,a,clk); output q,a; input clk; reg q,a; always @(posedge clk) begin q=~q; a=~q; end endmodule

serial_reg.h

/* * include/linux/serial_reg.h * * Copyright (C) 1992, 1994 by Theodore Ts'o. * * Redistribution of this file is permitted under the terms of the GNU * Public License (GPL) * * These are t

serial_compat.h

/* * Nasty compatibility functions that don't need to go into the * mainline kernel. */ #include #if ((LINUX_VERSION_CODE >= 0x2020f) && (LINUX_VERSION_CODE < 0x20300)) #define

ppc_serial.h

/* * include/asm-ppc/serial.h */ #include #ifdef CONFIG_APUS #include #else #define BASE_BAUD ( 1843200 / 16 ) #define SERIAL_PORT_DFNS #ifdef CONFIG_SERIAL

serial_local.h

/* * This is a local header where we stuff things when we're compiling * standalone (i.e., outside of the kernel). */ #ifdef ENABLE_SERIAL_PCI #include #endif #include "serial.h" #i

serial.m51

BL51 BANKED LINKER/LOCATER V6.00 10/17/2006 11:01:56 PAGE 1 BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY: C:\KEIL\C51\BIN\BL51.EXE E:\DIN