Home
last modified time | relevance | path

Searched refs:USB_SETUP_PACKET_SIZE (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_scsi_bot.c257 MSC_RETURN_ON_ERROR( msc_control_transfer(device, xfer, USB_SETUP_PACKET_SIZE) ); in clear_feature()
267 MSC_RETURN_ON_ERROR( msc_control_transfer(device, xfer, USB_SETUP_PACKET_SIZE) ); in msc_mass_reset()
277 MSC_RETURN_ON_ERROR( msc_control_transfer(device, xfer, USB_SETUP_PACKET_SIZE + 1) ); in msc_get_max_lun()
279 *lun = xfer->data_buffer[USB_SETUP_PACKET_SIZE]; in msc_get_max_lun()
Dmsc_host.c435 MSC_RETURN_ON_ERROR( msc_control_transfer(dev, xfer, USB_SETUP_PACKET_SIZE + 64) ); in msc_read_string_desc()
437 usb_standard_desc_t *desc = (usb_standard_desc_t *)(xfer->data_buffer + USB_SETUP_PACKET_SIZE); in msc_read_string_desc()
438 wchar_t *data = (wchar_t *)(xfer->data_buffer + USB_SETUP_PACKET_SIZE + 2); in msc_read_string_desc()
/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_types_ch9.h84 #define USB_SETUP_PACKET_SIZE 8 macro
99 uint8_t val[USB_SETUP_PACKET_SIZE];
101 _Static_assert(sizeof(usb_setup_packet_t) == USB_SETUP_PACKET_SIZE, "Size of usb_setup_packet_t inc…