usbd_interrupt.h 1.7 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
/*!
 * @file        usbd_interrupt.h
 *
 * @brief       USB interrupt service routine header file
 *
 * @version     V1.0.1
 *
 * @date        2022-09-20
 *
 * @attention
 *
 *  Copyright (C) 2020-2022 Geehy Semiconductor
 *
 *  You may not use this file except in compliance with the
 *  GEEHY COPYRIGHT NOTICE (GEEHY SOFTWARE PACKAGE LICENSE).
 *
 *  The program is only for reference, which is distributed in the hope
 *  that it will be useful and instructional for customers to develop
 *  their software. Unless required by applicable law or agreed to in
 *  writing, the program is distributed on an "AS IS" BASIS, WITHOUT
 *  ANY WARRANTY OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the GEEHY SOFTWARE PACKAGE LICENSE for the governing permissions
 *  and limitations under the License.
 */

/* Define to prevent recursive inclusion */
#ifndef __USBD_INTERRUPT_H_
#define __USBD_INTERRUPT_H_

/* Includes */
#include "apm32f0xx.h"

/** @addtogroup USB_Driver_Library USB Driver Library
  @{
*/

/** @addtogroup Core_Device Core Device
  @{
*/

/** @addtogroup Standrad
  @{
*/

/** @addtogroup Interrupt
  @{
*/

/** @defgroup Interrupt_Macros Macros
  @{
*/

/**@} end of group Interrupt_Macros */

/** @defgroup Interrupt_Enumerations Enumerations
  @{
*/

/**@} end of group Interrupt_Enumerations */

/** @defgroup Interrupt_Structures Structures
  @{
*/

/**@} end of group Interrupt_Structures */

/** @defgroup Interrupt_Variables Variables
  @{
*/

/**@} end of group Interrupt_Variables */

/** @defgroup Interrupt_Functions Functions
  @{
*/

#endif

/**@} end of group Interrupt_Functions */
/**@} end of group Interrupt */
/**@} end of group Standard */
/**@} end of group Core_Device */
/**@} end of group USB_Driver_Library */