Searched refs:MSC_EP_IN (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/ |
D | msc_scsi_bot.c | 287 msc_endpoint_t ep = (cbw->flags & CWB_FLAG_DIRECTION_IN) ? MSC_EP_IN : MSC_EP_OUT; in bot_execute_command() 295 esp_err_t err = msc_bulk_transfer(device, (uint8_t *)&csw, sizeof(msc_csw_t), MSC_EP_IN); in bot_execute_command() 298 ESP_RETURN_ON_ERROR( clear_feature(device, MSC_EP_IN), TAG, "Clear feature failed" ); in bot_execute_command() 300 err = msc_bulk_transfer(device, (uint8_t *)&csw, sizeof(msc_csw_t), MSC_EP_IN); in bot_execute_command() 302 ESP_RETURN_ON_ERROR( clear_feature(device, MSC_EP_IN), TAG, "Clear feature failed" ); in bot_execute_command()
|
D | msc_host.c | 517 uint8_t endpoint = (ep == MSC_EP_IN) ? device->config.bulk_in_ep : device->config.bulk_out_ep; in msc_bulk_transfer()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/private_include/ |
D | msc_common.h | 25 MSC_EP_IN enumerator
|