新增4轮4转-补丁代码

This commit is contained in:
2026-01-09 16:48:24 +08:00
parent 43d95adee5
commit 0442bff0c6
10522 changed files with 4465174 additions and 0 deletions

View File

@@ -0,0 +1,89 @@
/*
*********************************************************************************************************
* uC/USB-Device
* The Embedded USB Device Stack
*
* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
* This software is subject to an open source license and is distributed by
* Silicon Laboratories Inc. pursuant to the terms of the Apache License,
* Version 2.0 available at www.apache.org/licenses/LICENSE-2.0.
*
*********************************************************************************************************
*/
/*
*********************************************************************************************************
* NOTICE
*
* Semidrive modified this file to adapt it for ssdk platform.
* The modifications are only intended for use with Semidrive chips.
* Copyright of all the modifications belongs to Semidrive Semiconductor.
*
*********************************************************************************************************
*/
/*
*********************************************************************************************************
*
* USB DEVICE DRIVER
*
* RENESAS HIGH-SPEED USB IP
*
* Filename : usbd_drv_renesas_usbhs.h
* Version : V4.06.01
*********************************************************************************************************
* Note(s) : (1) You can find specific information about this driver at:
* https://doc.micrium.com/display/USBDDRV/RENESAS_USBHS
*********************************************************************************************************
*/
/*
*********************************************************************************************************
* MODULE
*
* Note(s) : (1) This USB device driver function header file is protected from multiple pre-processor
* inclusion through use of the USB device driver module present pre-processor macro
* definition.
*********************************************************************************************************
*/
#ifndef USBD_DRV_RENESAS_USBHS_MODULE_PRESENT /* See Note #1. */
#define USBD_DRV_RENESAS_USBHS_MODULE_PRESENT
/*
*********************************************************************************************************
* INCLUDE FILES
*********************************************************************************************************
*/
#include "../../Source/usbd_core.h"
/*
*********************************************************************************************************
* FUNCTION PROTOTYPES
*********************************************************************************************************
*/
/*
*********************************************************************************************************
* USB DEVICE DRIVER
*********************************************************************************************************
*/
extern USBD_DRV_API USBD_DrvAPI_RenesasRZ_DMA;
extern USBD_DRV_API USBD_DrvAPI_RenesasRZ_FIFO;
/*
*********************************************************************************************************
* MODULE END
*********************************************************************************************************
*/
#endif