rename usbh_xfer_isr to hcd_event_xfer_complete

This commit is contained in:
hathach
2018-12-10 05:46:42 +07:00
parent a31f83dbb0
commit 57233cead7
10 changed files with 17 additions and 15 deletions

View File

@@ -127,6 +127,9 @@ void hcd_event_device_attach(uint8_t rhport);
// Helper to send device removal event
void hcd_event_device_remove(uint8_t hostid);
// Helper to send USB transfer event
void hcd_event_xfer_complete(uint8_t dev_addr, uint8_t ep_addr, xfer_result_t event, uint32_t xferred_bytes);
//--------------------------------------------------------------------+
// Endpoints API
//--------------------------------------------------------------------+