Fixed GenericHIDHost demo report write routine incorrect for control type requests...
[pub/USBasp.git] / LUFA / Drivers / USB / HighLevel / StdDescriptors.h
index d628363..a1a0518 100644 (file)
  *  named counterparts, thus they can be correlated easily with the official USB specification.\r
  */\r
 \r
+/** \ingroup Group_USB\r
+ *  @defgroup Group_Descriptors USB Descriptors\r
+ *\r
+ *  Functions, macros, variables, enums and types related to standard USB descriptors.\r
+ *\r
+ *  @{\r
+ */\r
\r
 #ifndef __USBDESCRIPTORS_H__\r
 #define __USBDESCRIPTORS_H__\r
 \r
                                int16_t                 bString[];\r
                                #endif\r
                        } USB_Descriptor_String_t;\r
-                       \r
-                       typedef struct\r
-                       {\r
-                               uint16_t Size;\r
-                               void*    Address;\r
-                       } USB_Descriptor_Details_t;\r
 \r
                /* Function Prototypes: */\r
                        /** Function to retrieve a given descriptor's size and memory location from the given descriptor type value,\r
                #if defined(__cplusplus)\r
                        }\r
                #endif\r
-               \r
+       \r
 #endif\r
+\r
+/** @} */\r