代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial.hier_info
|serial
clk => cnt_delay[18].CLK
clk => cnt_delay[17].CLK
clk => cnt_delay[16].CLK
clk => cnt_delay[15].CLK
clk => cnt_delay[14].CLK
clk => cnt_delay[13].CLK
clk => cnt_delay[12].CLK
clk => cn
serial.flow.rpt
Flow report for serial
Thu Feb 07 21:58:20 2008
Version 5.0 Build 148 04/26/2005 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2. Flo
serial.fit.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
serial.fit.summary
Flow Status : Successful - Thu Feb 07 21:58:15 2008
Quartus II Version : 5.0 Build 148 04/26/2005 SJ Full Version
Revision Name : serial
Top-level Entity Name : serial
Family : Cyclone
Device : E
xwj_serial.h
//---------------- xwj_Serial.c //---------------串口相关
//串口函数集,仅需做简单调用即可完成串口输入输出的处理,出入均设有缓冲区,大小可任意设置
void serial_init ();
unsigned char getbyte(void); //从接收缓冲区取一个byte,如不想等待则在调用前检测inbufsign是否为1。