代码搜索结果

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

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) */ /* * This is our inter

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.c

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

serial.c

/******************************************************************************/ /* */ /* SERIAL.C: Interrupt Contro

serial.h

/* serial.h - serial device interface */ /* * GRUB -- GRand Unified Bootloader * Copyright (C) 2000,2001,2002 Free Software Foundation, Inc. * * This program is free software; you can redist

serial.c

/* serial.c - serial device interface */ /* * GRUB -- GRand Unified Bootloader * Copyright (C) 2000,2001,2002 Free Software Foundation, Inc. * * This program is free software; you can redist

serial.c

/*---------------------------------------------------------------- * serial.c - serial network driver for libnet *---------------------------------------------------------------- * libnet is (c) C

serial.h

/*---------------------------------------------------------------- * serial.h - header for serial routines (internal) *---------------------------------------------------------------- * libnet is

serial.txt

Serial Driver ============== General -------- Select serials ports that you want Libnet to use in `libnet.cfg'. For example: [serial] autoports = 0 1 will selected ports 0 and 1 (COM1 and