More endianness porting of the LUFA device mode class drivers.
[pub/USBasp.git] / LUFA / Drivers / USB / Core / StdDescriptors.h
index 864a1c4..e3d9255 100644 (file)
                         *  uses LUFA-specific element names to make each element's purpose clearer.
                         *
                         *  \see \ref USB_StdDescriptor_Header_t for the version of this type with standard element names.
+                        *
+                        *  \note Regardless of CPU architecture, these values should be stored as little endian.
                         */
                        typedef struct
                        {
                         *  uses the relevant standard's given element names to ensure compatibility with the standard.
                         *
                         *  \see \ref USB_Descriptor_Header_t for the version of this type with non-standard LUFA specific element names.
+                        *
+                        *  \note Regardless of CPU architecture, these values should be stored as little endian.
                         */
                        typedef struct
                        {
                         *  element's purpose clearer.
                         *
                         *  \see \ref USB_StdDescriptor_Device_t for the version of this type with standard element names.
+                        *
+                        *  \note Regardless of CPU architecture, these values should be stored as little endian.
                         */
                        typedef struct
                        {
                         *  to ensure compatibility with the standard.
                         *
                         *  \see \ref USB_Descriptor_Device_t for the version of this type with non-standard LUFA specific element names.
+                        *
+                        *  \note Regardless of CPU architecture, these values should be stored as little endian.
                         */
                        typedef struct
                        {
                         *  to make each element's purpose clearer.
                         *
                         *  \see \ref USB_StdDescriptor_Configuration_Header_t for the version of this type with standard element names.
+                        *
+                        *  \note Regardless of CPU architecture, these values should be stored as little endian.
                         */
                        typedef struct
                        {
                         *  to ensure compatibility with the standard.
                         *
                         *  \see \ref USB_Descriptor_Device_t for the version of this type with non-standard LUFA specific element names.
+                        *
+                        *  \note Regardless of CPU architecture, these values should be stored as little endian.
                         */
                        typedef struct
                        {
                         *  to make each element's purpose clearer.
                         *
                         *  \see \ref USB_StdDescriptor_Interface_t for the version of this type with standard element names.
+                        *
+                        *  \note Regardless of CPU architecture, these values should be stored as little endian.
                         */
                        typedef struct
                        {
                         *  to ensure compatibility with the standard.
                         *
                         *  \see \ref USB_Descriptor_Interface_t for the version of this type with non-standard LUFA specific element names.
+                        *
+                        *  \note Regardless of CPU architecture, these values should be stored as little endian.
                         */
                        typedef struct
                        {
                         *  function. Read the ECN for more information.
                         *
                         *  \see \ref USB_StdDescriptor_Interface_Association_t for the version of this type with standard element names.
+                        *
+                        *  \note Regardless of CPU architecture, these values should be stored as little endian.
                         */
                        typedef struct
                        {
                         *
                         *  \see \ref USB_Descriptor_Interface_Association_t for the version of this type with non-standard LUFA specific
                         *       element names.
+                        *
+                        *  \note Regardless of CPU architecture, these values should be stored as little endian.
                         */
                        typedef struct
                        {
                         *  to make each element's purpose clearer.
                         *
                         *  \see \ref USB_StdDescriptor_Endpoint_t for the version of this type with standard element names.
+                        *
+                        *  \note Regardless of CPU architecture, these values should be stored as little endian.
                         */
                        typedef struct
                        {
                         *
                         *  \see \ref USB_Descriptor_Endpoint_t for the version of this type with non-standard LUFA specific
                         *       element names.
+                        *
+                        *  \note Regardless of CPU architecture, these values should be stored as little endian.
                         */
                        typedef struct
                        {
                         *  This structure uses LUFA-specific element names to make each element's purpose clearer.
                         *
                         *  \see \ref USB_StdDescriptor_String_t for the version of this type with standard element names.
+                        *
+                        *  \note Regardless of CPU architecture, these values should be stored as little endian.
                         */
                        typedef struct
                        {
                         *
                         *  \see \ref USB_Descriptor_String_t for the version of this type with with non-standard LUFA specific
                         *       element names.
+                        *
+                        *  \note Regardless of CPU architecture, these values should be stored as little endian.
                         */
                        typedef struct
                        {