OpenCores
URL https://opencores.org/ocsvn/usb_device_core/usb_device_core/trunk

Subversion Repositories usb_device_core

[/] [usb_device_core/] [trunk/] [sw/] [usb_desc.h] - Blame information for rev 5

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 5 ultra_embe
#ifndef __USB_DESC_H__
2
#define __USB_DESC_H__
3
 
4
//-----------------------------------------------------------------
5
// Prototypes
6
//-----------------------------------------------------------------
7
#ifdef __cplusplus
8
extern "C" {
9
#endif
10
 
11
unsigned char *usb_get_descriptor( unsigned char bDescriptorType, unsigned char bDescriptorIndex, unsigned short wLength, unsigned char *pSize );
12
int usb_is_bus_powered(void);
13
 
14
#ifdef __cplusplus
15
}
16
#endif
17
 
18
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.