代码搜索结果

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

analyzer_class.html

Documentation for Database : Medi

readme.txt

The purpose of this code is to demonstrate how to get started using the GPIFTool utility in EZUSB FX2 GPIF applications... Chapter 10 of the EZUSB FX2 TRM explains the General Programmable Interfa

readme.txt

This directory contains 8051 firmware for the Cypress Semiconductor EZ-USB FX2 chip. The purpose of this code is to demonstrate how to utilize EZUSB FX2 Slave FIFOs Programmable Flag interrupt (

readme.txt

This directory contains 8051 firmware for the Cypress Semiconductor EZ-USB FX2 chip. The purpose of this code is to demonstrate how to utilize EZUSB FX2 Slave FIFOs Programmable Flag interrupt (

readme.bak

/* ********************************************************************************************************* * File: readme.txt * Contents: * * $Date: 01/25/07 Kevin v0.1 * * Copy

readme.txt

The purpose of this code is to demonstrate how the cpu can source an OUT packet in EZUSB FX2 GPIF applications. Chapter 10 of the EZUSB FX2 TRM explains the General Programmable Interface (GPIF).

trace.h

/* trace.h - Source Code for Spansion's LLD Virtual Logic Analyzer support */ /* v5.1.1 */ /************************************************************************** * Copyright

trace.c

/* trace.c - Source Code for Spansion's LLD Virtual Logic Analyzer support */ /* v5.1.1 */ /************************************************************************** * Copyright

open_network_analyzer.m

function [SN, DISP, RF, SPAR]=open_network_analyzer() SN=gpib('ni',0,14); % 8501 storage normalizer, seems to be a natural talker % sinfo=propinfo(SN); SN.inputb

close_network_analyzer.m

function close_network_analyzer(SN,RF,DISP,SPAR) fclose(SN); fclose(RF); fclose(DISP); fclose(SPAR);