![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
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 | KEYBOARD_EPNUM 1 |
| #define | KEYBOARD_EPSIZE 8 |
| #define KEYBOARD_EPNUM 1 |
Endpoint number of the Keyboard HID reporting IN endpoint.
Definition at line 62 of file Descriptors.h.
| #define KEYBOARD_EPSIZE 8 |
Size in bytes of the Keyboard HID reporting IN endpoint.
Definition at line 65 of file Descriptors.h.