26 lines
824 B
C
26 lines
824 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
|
|
|
|
void CTR_LP(void);
|
|
void CTR_HP(void);
|
|
|
|
#endif /* __USB_INT_H */
|
|
|
|
|
|
|
|
|
|
|
|
|