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 CDC_NOTIFICATION_EPNUM   1
 
#define CDC_TX_EPNUM   2
 
#define CDC_RX_EPNUM   3
 
#define CDC_NOTIFICATION_EPSIZE   8
 
#define CDC_TXRX_EPSIZE   16
 
#define CDC_NOTIFICATION_EPNUM   1
 
#define CDC_TX_EPNUM   2
 
#define CDC_RX_EPNUM   3
 
#define CDC_NOTIFICATION_EPSIZE   8
 
#define CDC_TXRX_EPSIZE   16
 

Macro Definition Documentation

#define CDC_NOTIFICATION_EPNUM   1

Endpoint number of the CDC device-to-host notification IN endpoint.

Definition at line 48 of file Descriptors.h.

#define CDC_NOTIFICATION_EPNUM   1

Endpoint number of the CDC device-to-host notification IN endpoint.

Definition at line 48 of file Descriptors.h.

#define CDC_NOTIFICATION_EPSIZE   8

Size in bytes of the CDC device-to-host notification IN endpoint.

Definition at line 61 of file Descriptors.h.

#define CDC_NOTIFICATION_EPSIZE   8

Size in bytes of the CDC device-to-host notification IN endpoint.

Definition at line 61 of file Descriptors.h.

#define CDC_RX_EPNUM   3

Endpoint number of the CDC host-to-device data OUT endpoint.

Definition at line 57 of file Descriptors.h.

#define CDC_RX_EPNUM   3

Endpoint number of the CDC host-to-device data OUT endpoint.

Definition at line 57 of file Descriptors.h.

#define CDC_TX_EPNUM   2

Endpoint number of the CDC device-to-host data IN endpoint.

Definition at line 51 of file Descriptors.h.

#define CDC_TX_EPNUM   2

Endpoint number of the CDC device-to-host data IN endpoint.

Definition at line 51 of file Descriptors.h.

#define CDC_TXRX_EPSIZE   16

Size in bytes of the CDC data IN and OUT endpoints.

Definition at line 64 of file Descriptors.h.

#define CDC_TXRX_EPSIZE   16

Size in bytes of the CDC data IN and OUT endpoints.

Definition at line 64 of file Descriptors.h.