File UsbCdcDescriptors.c
FileList > demo-projets > stm32 > src > UsbCdcDescriptors.c
Go to the source code of this file.
#include <stdint.h>
#include "usb.h"
Public Attributes
Type | Name |
---|---|
const struct usb_string_descriptor | cdc_iface_desc_en = = USB_STRING_DESC("RBCX ESP32 Tunnel") |
const struct usb_string_descriptor | debug_iface_desc_en = = USB_STRING_DESC("RBCX Debug UART") |
const struct usb_string_descriptor | lang_desc = = USB_ARRAY_DESC(USB_LANGID_ENG_US) |
const struct usb_string_descriptor | manuf_desc_en = = USB_STRING_DESC("robotikabrno.cz") |
const struct usb_string_descriptor | prod_desc_en = = USB_STRING_DESC("RBCX") |
struct usb_string_descriptor | serial_number_desc_en = = USB_STRING_DESC("ffffffffffffffffffffffff") |
Public Attributes Documentation
variable cdc_iface_desc_en
const struct usb_string_descriptor cdc_iface_desc_en;
variable debug_iface_desc_en
const struct usb_string_descriptor debug_iface_desc_en;
variable lang_desc
const struct usb_string_descriptor lang_desc;
variable manuf_desc_en
const struct usb_string_descriptor manuf_desc_en;
variable prod_desc_en
const struct usb_string_descriptor prod_desc_en;
variable serial_number_desc_en
struct usb_string_descriptor serial_number_desc_en;
The documentation for this class was generated from the following file demo-projets/stm32/src/UsbCdcDescriptors.c