代码搜索结果

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

usb-serial.h

/* * USB Serial Converter driver * * Copyright (C) 1999 - 2005 * Greg Kroah-Hartman (greg@kroah.com) * * This program is free software; you can redistribute it and/or modify * it under the

serial.h.bak

/********************************************************************************/ /* serial.h v1.00 */ /* 版权(c) 2003- 北京合众达电子技术有限责任公司 */ /* 设计者: 刘宁 */ /****

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_opt.bak

### 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 {

serial.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0004 // Tools: 'ARM-ADS' Group (Source Code) Group (Start Code) File 1,1, File 2,2,

serial_sct.bak

; ************************************************************* ; *** Scatter-Loading Description File generated by uVision *** ; ************************************************************* LR_

serial_opt.bak

### 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 {

serial.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0004 // Tools: 'ARM-ADS' Group (Source Code) Group (Start Code) File 1,1, File 2,2,