![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
Go to the source code of this file.
Data Structures | |
struct | USB_CORE_DESCS_T |
USB descriptors data structure. More... | |
struct | USBD_API_INIT_PARAM_T |
USB device stack initilization parameter data structure. More... | |
struct | USBD_CORE_API_T |
USBD stack Core API functions structure. More... | |
Typedefs | |
typedef ErrorCode_t(* | USB_CB_T )(USBD_HANDLE_T hUsb) |
USB device stack's event callback function type. | |
typedef ErrorCode_t(* | USB_PARAM_CB_T )(USBD_HANDLE_T hUsb, uint32_t param1) |
USB device stack's event callback function type. | |
typedef ErrorCode_t(* | USB_EP_HANDLER_T )(USBD_HANDLE_T hUsb, void *data, uint32_t event) |
USBD setup request and endpoint event handler type. | |