|
ESP-IDF Firmware
Firmware architecture and call graph
|
Go to the source code of this file.
Macros | |
| #define | USB_ESPRESSIF_VID 0x303A |
| #define | USB_STRING_DESCRIPTOR_ARRAY_SIZE 8 |
Typedefs | |
| typedef const char * | tusb_desc_strarray_device_t[8] |
Enumerations | |
| enum | tinyusb_usbdev_t { TINYUSB_USBDEV_0 } |
| #define USB_ESPRESSIF_VID 0x303A |
Definition at line 13 of file tinyusb_types.h.
| #define USB_STRING_DESCRIPTOR_ARRAY_SIZE 8 |
Definition at line 14 of file tinyusb_types.h.
Referenced by tusb_set_descriptor().
| typedef const char* tusb_desc_strarray_device_t[8] |
Definition at line 20 of file tinyusb_types.h.
| enum tinyusb_usbdev_t |
| Enumerator | |
|---|---|
| TINYUSB_USBDEV_0 | |
Definition at line 16 of file tinyusb_types.h.