Skip to content

Commit e6cbdba

Browse files
KhanhNguyen-RVCKhiemNguyenT
authored andcommitted
hal: renesas: ra: add support for r_usb_host on USBFS
Add support for r_usb_host on USBFS module Signed-off-by: Khanh Nguyen <[email protected]>
1 parent 49df418 commit e6cbdba

File tree

3 files changed

+1730
-666
lines changed

3 files changed

+1730
-666
lines changed

drivers/ra/fsp/inc/instances/r_usb_host.h

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
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+
*/
66

77
#ifndef R_USB_HOST_H
88
#define R_USB_HOST_H
@@ -41,11 +41,6 @@ typedef struct st_usbh_instance_ctrl
4141
* Exported global functions
4242
**********************************************************************************************************************/
4343
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);
4944
fsp_err_t R_USBH_GetDeviceSpeed(usb_ctrl_t * const p_api_ctrl, usb_speed_t * p_speed);
5045
fsp_err_t R_USBH_PortOpen(usb_ctrl_t * const p_api_ctrl, uint8_t dev_addr);
5146
fsp_err_t R_USBH_PortStatusGet(usb_ctrl_t * const p_api_ctrl, usb_status_t * p_status);

0 commit comments

Comments
 (0)