代码搜索结果
找到约 10,000 项符合
USB 的代码
usb_desc.h
/*
** HID MOUSE DESCRIPTOR DECLARATIONS
*/
const char hid_report_desc_table[] =
{
0x05, 0x01, /*usage page (generic desktop) */
0x09, 0x02, /*usage (mouse) */
0xA1, 0x01, /*collection
2440usb.h
/*********************************************
NAME: 2440usb.h
DESC:
HISTORY:
03.23.2002:purnnamu: first release for 2410
*********************************************/
#ifndef __24XUS
usb100.h
#ifndef __USB100_H__
#define __USB100_H__
#define MAXIMUM_USB_STRING_LENGTH 255
// values for the bits returned by the USB GET_STATUS command
#define USB_GETSTATUS_SELF_POWERED
usb_enumerate.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
mass_usb.h
#ifndef __MASS_USB_H__
#define __MASS_USB_H__
#include "genlib.h"
// Power Managemnent Register(PWRMAN) (3F0081h)
#define PWRMAN_SUSPEND 0x01
#define PWRMAN_UC_RESUME 0x02
#define PWRMAN_