RISC-V/V203F6P6/ch32v203/usbd/inc/usb_int.h
2025-02-01 21:38:31 +01:00

25 lines
912 B
C

/********************************** (C) COPYRIGHT *******************************
* File Name : usb_int.h
* Author : WCH
* Version : V1.0.0
* Date : 2021/08/08
* Description : This file contains all the functions prototypes for the
* USB Endpoint firmware library.
*********************************************************************************
* Copyright (c) 2021 Nanjing Qinheng Microelectronics Co., Ltd.
* Attention: This software (modified or not) and binary are used for
* microcontroller manufactured by Nanjing Qinheng Microelectronics.
*******************************************************************************/
#ifndef __USB_INT_H
#define __USB_INT_H
#ifdef __cplusplus
extern "C" {
#endif
void CTR_LP(void);
void CTR_HP(void);
#ifdef __cplusplus
};
#endif
#endif /* __USB_INT_H */