Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/private_include/
Dmsc_common.h30 uint8_t bulk_in_ep; member
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c128 cfg->bulk_in_ep = ep_desc->bEndpointAddress; in extract_config_from_descriptor()
139 cfg->bulk_in_ep = ep_desc->bEndpointAddress; in extract_config_from_descriptor()
517 uint8_t endpoint = (ep == MSC_EP_IN) ? device->config.bulk_in_ep : device->config.bulk_out_ep; in msc_bulk_transfer()