代码搜索结果

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

serial.h

/* Copyright (C) 1999-2001 Quality Quorum, Inc. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

serial.c

/* Copyright (C) 1999-2001 Quality Quorum, Inc. Copyright (C) 2002 Chris Liechti and Steve Underwood. Redistribution and use in source and binary forms, with or without modification, are pe

serial.h

void delay(uint time) {uint i; for(i=0;i

serial.c

#include "serial.h" #include #include "mascot.h" #include #include "osd.h" #define SERIAL_BUF_LEN 13 extern unsigned char idata buff[]; bit bit_serial_ok; typedef

serial.c

/* * QEMU 16450 UART emulation * * Copyright (c) 2003-2004 Fabrice Bellard * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated do

serial.h

/* * include/linux/serial.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 the U

serial.c

//ICC-AVR application builder : 2006-3-8 15:48:09 // Target : M16 // Crystal: 7.3728Mhz #include #include #define uchar unsigned char #define KeyBufLen 10 uchar keyBuf

serial.v

//----------------------------------------------------------------------------- // module: serial.vhd // This file contains modules for serial I/O. // // OVERVIEW of contents: The clock generator

serial.c

/* * linux/drivers/char/serial.c * * Copyright (C) 1991, 1992 Linus Torvalds * * Extensively rewritten by Theodore Ts'o, 8/16/92 -- 9/14/92. Now * much more extensible to support other ser