Home
last modified time | relevance | path

Searched refs:USB_STANDARD_DESC_SIZE (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_types_ch9.h233 #define USB_STANDARD_DESC_SIZE 2 macro
245 uint8_t val[USB_STANDARD_DESC_SIZE];
247 _Static_assert(sizeof(usb_standard_desc_t) == USB_STANDARD_DESC_SIZE, "Size of usb_standard_desc_t …
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c439 size_t len = MIN((desc->bLength - USB_STANDARD_DESC_SIZE) / 2, MSC_STR_DESC_SIZE - 1); in msc_read_string_desc()