Home
last modified time | relevance | path

Searched refs:CFG_TUD_CDC (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/tinyusb/additions/include_private/
Ddescriptors_control.h42 # if CFG_TUD_CDC
59 …TUSB_DESC_TOTAL_LEN = TUD_CONFIG_DESC_LEN + CFG_TUD_CDC * TUD_CDC_DESC_LEN + CFG_TUD_MSC * TUD_MSC…
/hal_espressif-3.6.0/components/tinyusb/additions/src/
Dusb_descriptors.c26 #if CFG_TUD_CDC
69 #if CFG_TUD_CDC
Ddescriptors_control.c34 # if CFG_TUD_CDC
Dcdc.c25 #define CDC_INTF_NUM CFG_TUD_CDC // number of cdc blocks
/hal_espressif-3.6.0/components/tinyusb/additions/include/
Dtinyusb.h44 # if CFG_TUD_CDC
Dtusb_config.h89 #define CFG_TUD_CDC CONFIG_TINYUSB_CDC_ENABLED macro