File tree Expand file tree Collapse file tree 3 files changed +1730
-666
lines changed Expand file tree Collapse file tree 3 files changed +1730
-666
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2020 - 2024 Renesas Electronics Corporation and/or its affiliates
3
- *
4
- * SPDX-License-Identifier: BSD-3-Clause
5
- */
2
+ * Copyright (c) 2020 - 2025 Renesas Electronics Corporation and/or its affiliates
3
+ *
4
+ * SPDX-License-Identifier: BSD-3-Clause
5
+ */
6
6
7
7
#ifndef R_USB_HOST_H
8
8
#define R_USB_HOST_H
@@ -41,11 +41,6 @@ typedef struct st_usbh_instance_ctrl
41
41
* Exported global functions
42
42
**********************************************************************************************************************/
43
43
fsp_err_t R_USBH_Open (usb_ctrl_t * const p_api_ctrl , usb_cfg_t const * const p_cfg );
44
- fsp_err_t R_USBH_XferStart (usb_ctrl_t * const p_api_ctrl ,
45
- uint8_t dev_addr ,
46
- uint8_t ep_addr ,
47
- uint8_t * buffer ,
48
- uint16_t buflen );
49
44
fsp_err_t R_USBH_GetDeviceSpeed (usb_ctrl_t * const p_api_ctrl , usb_speed_t * p_speed );
50
45
fsp_err_t R_USBH_PortOpen (usb_ctrl_t * const p_api_ctrl , uint8_t dev_addr );
51
46
fsp_err_t R_USBH_PortStatusGet (usb_ctrl_t * const p_api_ctrl , usb_status_t * p_status );
You can’t perform that action at this time.
0 commit comments