Files
Artery-AT32-PlatformIO/.platformio/packages/framework-cmsis-at32f40/Include/usb_int.h

29 lines
998 B
C
Raw Normal View History

2021-12-06 14:18:57 +08:00
/**
******************************************************************************
* File : usb_int.h
* Version: V1.2.2
* Date : 2020-07-01
* Brief : Endpoint CTRF (Low and High) interrupt's service routines prototypes
******************************************************************************
*/
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __USB_INT_H
#define __USB_INT_H
/* Includes ------------------------------------------------------------------*/
/* Exported types ------------------------------------------------------------*/
/* Exported constants --------------------------------------------------------*/
/* Exported macro ------------------------------------------------------------*/
/* Exported functions ------------------------------------------------------- */
void CTR_LP(void);
void CTR_HP(void);
/* External variables --------------------------------------------------------*/
#endif /* __USB_INT_H */