![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "USB.h"
Go to the source code of this file.
Data Structures | |
struct | USB_Descriptor_Configuration_t |
USB Device descriptor structure for Mass Storage Device 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 |
Functions | |
uint16_t | CALLBACK_USB_GetDescriptor (const uint16_t wValue, const uint8_t wIndex, const void **const DescriptorAddress) ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3) |
USB Get descriptor callback function. | |