Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_types_stack.h73USB_TRANSFER_STATUS_SKIPPED, /**< ISOC packets only. The packet was skipped due to system l… enumerator
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c915 case USB_TRANSFER_STATUS_SKIPPED: in cdc_acm_is_transfer_completed()
/hal_espressif-3.6.0/components/usb/
Dhcd.c2432 …tatus = (desc_status == USBH_HAL_XFER_DESC_STS_NOT_EXECUTED) ? USB_TRANSFER_STATUS_SKIPPED : USB_T… in _buffer_parse_isoc()