Sergey Pastor / grbl1
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers usb_int.h Source File

usb_int.h

00001 /******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
00002 * File Name          : usb_int.h
00003 * Author             : MCD Application Team
00004 * Version            : V3.2.1
00005 * Date               : 07/05/2010
00006 * Description        : Endpoint CTR (Low and High) interrupt's service routines
00007 *                      prototypes
00008 ********************************************************************************
00009 * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
00010 * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.
00011 * AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT,
00012 * INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE
00013 * CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING
00014 * INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
00015 *******************************************************************************/
00016 
00017 /* Define to prevent recursive inclusion -------------------------------------*/
00018 #ifndef __USB_INT_H
00019 #define __USB_INT_H
00020 
00021 /* Includes ------------------------------------------------------------------*/
00022 /* Exported types ------------------------------------------------------------*/
00023 /* Exported constants --------------------------------------------------------*/
00024 /* Exported macro ------------------------------------------------------------*/
00025 /* Exported functions ------------------------------------------------------- */
00026 void CTR_LP(void);
00027 void CTR_HP(void);
00028 
00029 /* External variables --------------------------------------------------------*/
00030 
00031 #endif /* __USB_INT_H */
00032 
00033 /******************* (C) COPYRIGHT 2010 STMicroelectronics *****END OF FILE****/