Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dmsc_device.c47 #define BULK_ONLY_TRANSFER 0x50 macro
59 .bDeviceProtocol = BULK_ONLY_TRANSFER,
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c52 #define BULK_ONLY_TRANSFER 0x50 macro
92 ifc_desc->bInterfaceProtocol == BULK_ONLY_TRANSFER ) { in find_msc_interface()