ble
Dependencies: HC_SR04_Ultrasonic_Library Servo mbed
Fork of FIP_REV1 by
BlueNRG_F4_BSP/inc/stm32f4xx_it.h@4:69a35a56ac48, 2015-07-09 (annotated)
- Committer:
- julientiron
- Date:
- Thu Jul 09 13:33:36 2015 +0000
- Revision:
- 4:69a35a56ac48
- Parent:
- 0:3d641e170a74
BLE
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
julientiron | 0:3d641e170a74 | 1 | /** |
julientiron | 0:3d641e170a74 | 2 | ****************************************************************************** |
julientiron | 0:3d641e170a74 | 3 | * @file stm32f4xx_it.h |
julientiron | 0:3d641e170a74 | 4 | * @brief This file contains the headers of the interrupt handlers. |
julientiron | 0:3d641e170a74 | 5 | ****************************************************************************** |
julientiron | 0:3d641e170a74 | 6 | * @attention |
julientiron | 0:3d641e170a74 | 7 | * |
julientiron | 0:3d641e170a74 | 8 | * <h2><center>© COPYRIGHT(c) 2014 STMicroelectronics</center></h2> |
julientiron | 0:3d641e170a74 | 9 | * |
julientiron | 0:3d641e170a74 | 10 | * Redistribution and use in source and binary forms, with or without modification, |
julientiron | 0:3d641e170a74 | 11 | * are permitted provided that the following conditions are met: |
julientiron | 0:3d641e170a74 | 12 | * 1. Redistributions of source code must retain the above copyright notice, |
julientiron | 0:3d641e170a74 | 13 | * this list of conditions and the following disclaimer. |
julientiron | 0:3d641e170a74 | 14 | * 2. Redistributions in binary form must reproduce the above copyright notice, |
julientiron | 0:3d641e170a74 | 15 | * this list of conditions and the following disclaimer in the documentation |
julientiron | 0:3d641e170a74 | 16 | * and/or other materials provided with the distribution. |
julientiron | 0:3d641e170a74 | 17 | * 3. Neither the name of STMicroelectronics nor the names of its contributors |
julientiron | 0:3d641e170a74 | 18 | * may be used to endorse or promote products derived from this software |
julientiron | 0:3d641e170a74 | 19 | * without specific prior written permission. |
julientiron | 0:3d641e170a74 | 20 | * |
julientiron | 0:3d641e170a74 | 21 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
julientiron | 0:3d641e170a74 | 22 | * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
julientiron | 0:3d641e170a74 | 23 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
julientiron | 0:3d641e170a74 | 24 | * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
julientiron | 0:3d641e170a74 | 25 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
julientiron | 0:3d641e170a74 | 26 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
julientiron | 0:3d641e170a74 | 27 | * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
julientiron | 0:3d641e170a74 | 28 | * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
julientiron | 0:3d641e170a74 | 29 | * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
julientiron | 0:3d641e170a74 | 30 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
julientiron | 0:3d641e170a74 | 31 | * |
julientiron | 0:3d641e170a74 | 32 | ****************************************************************************** |
julientiron | 0:3d641e170a74 | 33 | */ |
julientiron | 0:3d641e170a74 | 34 | |
julientiron | 0:3d641e170a74 | 35 | /* Define to prevent recursive inclusion -------------------------------------*/ |
julientiron | 0:3d641e170a74 | 36 | #ifndef __STM32F4xx_IT_H |
julientiron | 0:3d641e170a74 | 37 | #define __STM32F4xx_IT_H |
julientiron | 0:3d641e170a74 | 38 | |
julientiron | 0:3d641e170a74 | 39 | #ifdef __cplusplus |
julientiron | 0:3d641e170a74 | 40 | extern "C" { |
julientiron | 0:3d641e170a74 | 41 | #endif |
julientiron | 0:3d641e170a74 | 42 | |
julientiron | 0:3d641e170a74 | 43 | /* Includes ------------------------------------------------------------------*/ |
julientiron | 0:3d641e170a74 | 44 | |
julientiron | 0:3d641e170a74 | 45 | |
julientiron | 0:3d641e170a74 | 46 | /* Exported types ------------------------------------------------------------*/ |
julientiron | 0:3d641e170a74 | 47 | /* Exported constants --------------------------------------------------------*/ |
julientiron | 0:3d641e170a74 | 48 | /* Exported macro ------------------------------------------------------------*/ |
julientiron | 0:3d641e170a74 | 49 | /* Exported functions ------------------------------------------------------- */ |
julientiron | 0:3d641e170a74 | 50 | |
julientiron | 0:3d641e170a74 | 51 | void NMI_Handler(void); |
julientiron | 0:3d641e170a74 | 52 | void HardFault_Handler(void); |
julientiron | 0:3d641e170a74 | 53 | void MemManage_Handler(void); |
julientiron | 0:3d641e170a74 | 54 | void BusFault_Handler(void); |
julientiron | 0:3d641e170a74 | 55 | void UsageFault_Handler(void); |
julientiron | 0:3d641e170a74 | 56 | void SVC_Handler(void); |
julientiron | 0:3d641e170a74 | 57 | void DebugMon_Handler(void); |
julientiron | 0:3d641e170a74 | 58 | void PendSV_Handler(void); |
julientiron | 0:3d641e170a74 | 59 | void SysTick_Handler(void); |
julientiron | 0:3d641e170a74 | 60 | void EXTI0_IRQHandler(void); |
julientiron | 0:3d641e170a74 | 61 | #ifdef __cplusplus |
julientiron | 0:3d641e170a74 | 62 | } |
julientiron | 0:3d641e170a74 | 63 | #endif |
julientiron | 0:3d641e170a74 | 64 | |
julientiron | 0:3d641e170a74 | 65 | #endif /* __STM32F4xx_IT_H */ |
julientiron | 0:3d641e170a74 | 66 | |
julientiron | 0:3d641e170a74 | 67 | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ |