diff options
| author | hathach <[email protected]> | 2022-04-01 16:01:24 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-04-01 16:01:24 +0700 |
| commit | 75bca96bc630b98723c9f4bbb4958dac22ac594d (patch) | |
| tree | 912526cde9affbd675f449ccbd9fa85eecf4275e /src/host/hcd.h | |
| parent | e94d11a5b39cae08f39722eaa5f6ac4d527a329b (diff) | |
pio usb control work well including stall response
Diffstat (limited to 'src/host/hcd.h')
| -rw-r--r-- | src/host/hcd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/host/hcd.h b/src/host/hcd.h index 0e18351fc..9b41f2447 100644 --- a/src/host/hcd.h +++ b/src/host/hcd.h @@ -153,10 +153,6 @@ bool hcd_edpt_xfer(uint8_t rhport, uint8_t dev_addr, uint8_t ep_addr, uint8_t * // Submit a special transfer to send 8-byte Setup Packet, when complete hcd_event_xfer_complete() must be invoked bool hcd_setup_send(uint8_t rhport, uint8_t dev_addr, uint8_t const setup_packet[8]); -// Optional: some controllers are capable of carry out the whole Control Transfer (setup, data, status) -// without help of USBH. -bool hcd_edpt_control_xfer(uint8_t rhport, uint8_t dev_addr, uint8_t const setup_packet[8], uint8_t* data) TU_ATTR_WEAK; - // clear stall, data toggle is also reset to DATA0 bool hcd_edpt_clear_stall(uint8_t dev_addr, uint8_t ep_addr); |
