代码搜索结果
找到约 10,000 项符合
USB 的代码
usb.h
//#include "USBmain.H"
/*
************************************************************************
P H I L I P S P R O P R I E T A R Y
COPYR
usb.c
#include
#include
#include"usb.h"
#include"..\config\function_declaration.h"
void usb_init(void)
{
XBYTE[USB_CMD] = 0x05;
delay(50);
XBYTE[USB_CMD] = 0x15;
wait_1
usb.h
#define USB_CMD 0x2001 //CH372命令端口
#define USB_DATA 0x2000 //CH372数据端口
usb.c
/*
* Copyright (C) 2004 Jan Kiszka
* Copyright (C) 2005 Giridhar Pemmasani
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Pub
usb.h
/*
* Copyright (C) 2004 Jan Kiszka
* Copyright (C) 2005 Giridhar Pemmasani
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Pub