/******************************************************************************* * @file descriptors.h * @brief USB descriptors header file. *******************************************************************************/ //============================================================================= // inc/descriptors.h: generated by Hardware Configurator // // This file will be regenerated when saving a document. leave the sections // inside the "$[...]" comment tags alone or they will be overwritten! //============================================================================= #ifndef __SILICON_LABS_DESCRIPTORS_H #define __SILICON_LABS_DESCRIPTORS_H //----------------------------------------------------------------------------- // Includes //----------------------------------------------------------------------------- #include #include #include #include #include #ifdef __cplusplus extern "C" { #endif // -------------------- USB Identification ------------------------------------ // // ********** // NOTE: YOU MUST PROVIDE YOUR OWN USB VID/PID (below) // ********** // // Following are the definition of the USB VID and PID. These are, by default, // values that are assigned to Silicon Labs. These values are provided merely // as an example. You may not use the Silicon Labs VID/PID values in your // product. You must provide your own assigned VID and PID values. //----------------------------------------------------------------------------- // $[Vendor ID] #define USB_VENDOR_ID htole16(0x10c4) // [Vendor ID]$ // $[Product ID] #define USB_PRODUCT_ID htole16(0x8acf) // [Product ID]$ extern SI_SEGMENT_VARIABLE(ReportDescriptor0[34], const uint8_t, SI_SEG_CODE); extern SI_SEGMENT_VARIABLE(deviceDesc[], const USB_DeviceDescriptor_TypeDef, SI_SEG_CODE); extern SI_SEGMENT_VARIABLE(configDesc[], const uint8_t, SI_SEG_CODE); extern SI_SEGMENT_VARIABLE(initstruct, const USBD_Init_TypeDef, SI_SEG_CODE); #define HID_PACKET_SIZE 64 #ifdef __cplusplus } #endif #endif // __SILICON_LABS_DESCRIPTORS_H // $[HID Report Descriptors] extern SI_SEGMENT_VARIABLE(ReportDescriptor0[34], const uint8_t, SI_SEG_CODE); // [HID Report Descriptors]$