ESP-IDF Firmware
Firmware architecture and call graph
Loading...
Searching...
No Matches
tinyusb_types.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#pragma once
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13#define USB_ESPRESSIF_VID 0x303A
14#define USB_STRING_DESCRIPTOR_ARRAY_SIZE 8 // (4 + TINYUSB_STR_DESC_LEN)
15
19
21
22#ifdef __cplusplus
23}
24#endif
tinyusb_usbdev_t
@ TINYUSB_USBDEV_0
#define USB_STRING_DESCRIPTOR_ARRAY_SIZE
const char * tusb_desc_strarray_device_t[8]