mirror of
https://github.com/ArteryTek/AT32F415_Firmware_Library.git
synced 2026-05-21 01:12:20 +00:00
update version to v2.0.7
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/**
|
||||
**************************************************************************
|
||||
* @file usbh_ctrl.h
|
||||
* @version v2.0.6
|
||||
* @date 2022-06-28
|
||||
* @version v2.0.7
|
||||
* @date 2022-08-16
|
||||
* @brief usb header file
|
||||
**************************************************************************
|
||||
* Copyright notice & Disclaimer
|
||||
@@ -51,9 +51,9 @@ extern "C" {
|
||||
|
||||
usb_sts_type usbh_ctrl_send_setup(usbh_core_type *uhost, uint8_t *buffer, uint8_t hc_num);
|
||||
usb_sts_type usbh_ctrl_recv_data(usbh_core_type *uhost, uint8_t *buffer,
|
||||
uint8_t length, uint16_t hc_num);
|
||||
uint16_t length, uint16_t hc_num);
|
||||
usb_sts_type usbh_ctrl_send_data(usbh_core_type *uhost, uint8_t *buffer,
|
||||
uint8_t length, uint16_t hc_num);
|
||||
uint16_t length, uint16_t hc_num);
|
||||
usb_sts_type usbh_ctrl_setup_handler(usbh_core_type *uhost);
|
||||
usb_sts_type usbh_ctrl_setup_wait_handler(usbh_core_type *uhost, uint32_t *timeout);
|
||||
usb_sts_type usbh_ctrl_data_in_handler(usbh_core_type *uhost);
|
||||
|
||||
Reference in New Issue
Block a user