Rev 29 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 28 | mjames | 1 | /* USER CODE BEGIN Header */ |
| 2 | mjames | 2 | /** |
| 3 | ****************************************************************************** |
||
| 4 | * @file stm32l1xx_it.h |
||
| 5 | * @brief This file contains the headers of the interrupt handlers. |
||
| 6 | ****************************************************************************** |
||
| 28 | mjames | 7 | * @attention |
| 2 | mjames | 8 | * |
| 28 | mjames | 9 | * <h2><center>© Copyright (c) 2020 STMicroelectronics. |
| 10 | * All rights reserved.</center></h2> |
||
| 2 | mjames | 11 | * |
| 28 | mjames | 12 | * This software component is licensed by ST under BSD 3-Clause license, |
| 13 | * the "License"; You may not use this file except in compliance with the |
||
| 14 | * License. You may obtain a copy of the License at: |
||
| 15 | * opensource.org/licenses/BSD-3-Clause |
||
| 2 | mjames | 16 | * |
| 28 | mjames | 17 | ****************************************************************************** |
| 2 | mjames | 18 | */ |
| 28 | mjames | 19 | /* USER CODE END Header */ |
| 2 | mjames | 20 | |
| 21 | /* Define to prevent recursive inclusion -------------------------------------*/ |
||
| 22 | #ifndef __STM32L1xx_IT_H |
||
| 23 | #define __STM32L1xx_IT_H |
||
| 24 | |||
| 25 | #ifdef __cplusplus |
||
| 26 | extern "C" { |
||
| 28 | mjames | 27 | #endif |
| 2 | mjames | 28 | |
| 28 | mjames | 29 | /* Private includes ----------------------------------------------------------*/ |
| 30 | /* USER CODE BEGIN Includes */ |
||
| 31 | |||
| 32 | /* USER CODE END Includes */ |
||
| 33 | |||
| 2 | mjames | 34 | /* Exported types ------------------------------------------------------------*/ |
| 28 | mjames | 35 | /* USER CODE BEGIN ET */ |
| 36 | |||
| 37 | /* USER CODE END ET */ |
||
| 38 | |||
| 2 | mjames | 39 | /* Exported constants --------------------------------------------------------*/ |
| 28 | mjames | 40 | /* USER CODE BEGIN EC */ |
| 41 | |||
| 42 | /* USER CODE END EC */ |
||
| 43 | |||
| 2 | mjames | 44 | /* Exported macro ------------------------------------------------------------*/ |
| 28 | mjames | 45 | /* USER CODE BEGIN EM */ |
| 2 | mjames | 46 | |
| 28 | mjames | 47 | /* USER CODE END EM */ |
| 48 | |||
| 49 | /* Exported functions prototypes ---------------------------------------------*/ |
||
| 2 | mjames | 50 | void NMI_Handler(void); |
| 51 | void HardFault_Handler(void); |
||
| 52 | void MemManage_Handler(void); |
||
| 53 | void BusFault_Handler(void); |
||
| 54 | void UsageFault_Handler(void); |
||
| 55 | void SVC_Handler(void); |
||
| 56 | void DebugMon_Handler(void); |
||
| 57 | void PendSV_Handler(void); |
||
| 58 | void SysTick_Handler(void); |
||
| 6 | mjames | 59 | void DMA1_Channel1_IRQHandler(void); |
| 28 | mjames | 60 | /* USER CODE BEGIN EFP */ |
| 2 | mjames | 61 | |
| 28 | mjames | 62 | /* USER CODE END EFP */ |
| 63 | |||
| 2 | mjames | 64 | #ifdef __cplusplus |
| 65 | } |
||
| 66 | #endif |
||
| 67 | |||
| 68 | #endif /* __STM32L1xx_IT_H */ |
||
| 69 | |||
| 70 | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ |