LPCOpen Platform  v1.03
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Class descriptors

Detailed Description

Data Structures

struct  USB_Descriptor_Configuration_t
 Type define for the device configuration descriptor structure. This must be defined in the application code, as the configuration descriptor contains several sub-descriptors which vary between devices, and which describe the device's usage to the host. More...
 

Macros

#define GENERIC_IN_EPNUM   1
 
#define GENERIC_EPSIZE   8
 
#define GENERIC_REPORT_SIZE   1
 

Macro Definition Documentation

#define GENERIC_EPSIZE   8

Size in bytes of the Generic HID reporting endpoint.

Definition at line 66 of file Descriptors.h.

#define GENERIC_IN_EPNUM   1

Endpoint number of the Generic HID reporting IN endpoint.

Definition at line 63 of file Descriptors.h.

#define GENERIC_REPORT_SIZE   1

Size in bytes of the Generic HID reports (including report ID byte).

Definition at line 69 of file Descriptors.h.