代码搜索结果
找到约 10,000 项符合
Serial 的代码
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.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (os)
Group (user)
Group (Target CPU)
File 1,1,
F
host_serial.c
#include "serial.h"
#define TRUE 1
#define FALSE 0
/**
*@breif main()
*/
int main() {
int fd;
char ch;
char *dev ="/dev/ttyS0";//串口1
fd = init_serial(dev);
if (fd>0)
set_speed(fd,11
target_serial.c
#include "serial.h"
#define TRUE 1
#define FALSE 0
/**
*@breif main()
*/
int main() {
int fd;
char ch;
char *dev ="/dev/tts/0";
fd = init_serial(dev);
if (fd>0)
set_speed(fd,115
usb-serial.h
/*
* USB Serial Converter driver
*
* Copyright (C) 1999 - 2002
* Greg Kroah-Hartman (greg@kroah.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the
serial-2410.c
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\************************
serial_flash.c
//======================================================
// The information contained herein is the exclusive property of
// Sunplus Technology Co. And shall not be distributed, reproduc
serial.tan.summary
--------------------------------------------------------------------------------------
Timing Analyzer Summary
--------------------------------------------------------------------------------------