代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial-2410.c
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\************************
serial.c.bak
#include "fx2.h"
#include "fx2regs.h"
#include "io.h"
#include "serial.h"
#define BAUDRATE 9600 //设置波特率
serial.ls1
A51 MACRO ASSEMBLER SERIAL 05/25/2008 19:55:17 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN .\DeBug\serial.OBJ
ASS
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_rcv.h
#ifndef __serial_rcv__
#define __serial_rcv__
BOOL MST_Initialize();
WORD check_packet(const BYTE *p_data, WORD data_len);
extern void Serial_Interpret(const BYTE *recv_buf,BYTE uart_port);
serial_rcv.c
#include "typedef.h"
#include "nucleus.h"
#include "system.h"
#include "uart.h"
#include "inforec.h"
#include "dev_mng.h"
#include "serial_rcv.h"
/* 串口任务 */
static BYTE STACK_SERIAL[0
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