代码搜索:cyapi
找到约 93 项符合「cyapi」的源代码
代码结果 93
www.eeworm.com/read/432785/1889673
h cyapi.h
//______________________________________________________________________________
//
// Copyright (c) Cypress Semiconductor, 2003
// All rights reserved.
//
//_____________________________________
www.eeworm.com/read/369334/2801974
h cyapi.h
//______________________________________________________________________________
//
// Copyright (c) Cypress Semiconductor, 2003
// All rights reserved.
//
//_____________________________________
www.eeworm.com/read/429861/8785235
cpp unit1.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Unit1.h"
#include "CyAPI.h"
#include
CCyUSBDevice *FX2
www.eeworm.com/read/429861/8785239
~cpp unit1.~cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Unit1.h"
#include "CyAPI.h"
#include
CCyUSBDevice *FX2
www.eeworm.com/read/17237/725369
h streamer.h
#pragma once
#include "CyAPI.h"
#include
#undef MessageBox
namespace Streams
{
using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
www.eeworm.com/read/17237/725378
h streamer.h
#pragma once
#include "CyAPI.h"
#include
#undef MessageBox
namespace Streams
{
using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
www.eeworm.com/read/17237/725415
cpp cydesc.cpp
/*Summary
The application cydesc is used to open the device with cypress GUID and get the device descriptor
*/
#include
#include
#include "cyapi.h"
#include
www.eeworm.com/read/167654/9957104
cpp usbapi.cpp
#include "stdafx.h"
#include "usbdll.h"
#include "cyapi.h"
#include "usbapi.h"
int iStatus=0;
int _stdcall WINUSB_TestDevice(void)
{
iStatus=TestUSBDevice();
return iStatus;
}
int _stdca
www.eeworm.com/read/167654/9957100
cpp usbdll.cpp
// usbdll.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include "usbdll.h"
#include "cyapi.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static c