ble

Dependencies:   HC_SR04_Ultrasonic_Library Servo mbed

Fork of FIP_REV1 by Robotique FIP

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers stm32f4xx_it.h Source File

stm32f4xx_it.h

Go to the documentation of this file.
00001 /**
00002   ******************************************************************************
00003   * @file    stm32f4xx_it.h 
00004   * @brief   This file contains the headers of the interrupt handlers.
00005   ******************************************************************************
00006   * @attention
00007   *
00008   * <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
00009   *
00010   * Redistribution and use in source and binary forms, with or without modification,
00011   * are permitted provided that the following conditions are met:
00012   *   1. Redistributions of source code must retain the above copyright notice,
00013   *      this list of conditions and the following disclaimer.
00014   *   2. Redistributions in binary form must reproduce the above copyright notice,
00015   *      this list of conditions and the following disclaimer in the documentation
00016   *      and/or other materials provided with the distribution.
00017   *   3. Neither the name of STMicroelectronics nor the names of its contributors
00018   *      may be used to endorse or promote products derived from this software
00019   *      without specific prior written permission.
00020   *
00021   * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
00022   * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
00023   * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
00024   * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
00025   * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
00026   * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
00027   * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
00028   * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
00029   * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
00030   * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
00031   *
00032   ******************************************************************************
00033   */
00034 
00035 /* Define to prevent recursive inclusion -------------------------------------*/
00036 #ifndef __STM32F4xx_IT_H
00037 #define __STM32F4xx_IT_H
00038 
00039 #ifdef __cplusplus
00040  extern "C" {
00041 #endif 
00042 
00043 /* Includes ------------------------------------------------------------------*/
00044 
00045 
00046 /* Exported types ------------------------------------------------------------*/
00047 /* Exported constants --------------------------------------------------------*/
00048 /* Exported macro ------------------------------------------------------------*/
00049 /* Exported functions ------------------------------------------------------- */
00050 
00051 void NMI_Handler(void);
00052 void HardFault_Handler(void);
00053 void MemManage_Handler(void);
00054 void BusFault_Handler(void);
00055 void UsageFault_Handler(void);
00056 void SVC_Handler(void);
00057 void DebugMon_Handler(void);
00058 void PendSV_Handler(void);
00059 void SysTick_Handler(void);
00060 void EXTI0_IRQHandler(void);
00061 #ifdef __cplusplus
00062 }
00063 #endif
00064 
00065 #endif /* __STM32F4xx_IT_H */
00066 
00067 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/