]> mj.ucw.cz Git - home-hw.git/blob - Inc/stm32f0xx_it.h
Files auto-generated by Cube MX
[home-hw.git] / Inc / stm32f0xx_it.h
1 /**\r
2   ******************************************************************************\r
3   * @file    stm32f0xx_it.h\r
4   * @brief   This file contains the headers of the interrupt handlers.\r
5   ******************************************************************************\r
6   *\r
7   * COPYRIGHT(c) 2018 STMicroelectronics\r
8   *\r
9   * Redistribution and use in source and binary forms, with or without modification,\r
10   * are permitted provided that the following conditions are met:\r
11   *   1. Redistributions of source code must retain the above copyright notice,\r
12   *      this list of conditions and the following disclaimer.\r
13   *   2. Redistributions in binary form must reproduce the above copyright notice,\r
14   *      this list of conditions and the following disclaimer in the documentation\r
15   *      and/or other materials provided with the distribution.\r
16   *   3. Neither the name of STMicroelectronics nor the names of its contributors\r
17   *      may be used to endorse or promote products derived from this software\r
18   *      without specific prior written permission.\r
19   *\r
20   * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"\r
21   * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\r
22   * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\r
23   * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\r
24   * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
25   * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\r
26   * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\r
27   * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\r
28   * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\r
29   * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
30   *\r
31   ******************************************************************************\r
32   */\r
33 \r
34 /* Define to prevent recursive inclusion -------------------------------------*/\r
35 #ifndef __STM32F0xx_IT_H\r
36 #define __STM32F0xx_IT_H\r
37 \r
38 #ifdef __cplusplus\r
39  extern "C" {\r
40 #endif \r
41 \r
42 /* Includes ------------------------------------------------------------------*/\r
43 #include "stm32f0xx_ll_system.h"\r
44 #include "stm32f0xx_ll_gpio.h"\r
45 #include "stm32f0xx_ll_exti.h"\r
46 #include "main.h"\r
47 /* Exported types ------------------------------------------------------------*/\r
48 /* Exported constants --------------------------------------------------------*/\r
49 /* Exported macro ------------------------------------------------------------*/\r
50 /* Exported functions ------------------------------------------------------- */\r
51 \r
52 void SysTick_Handler(void);\r
53 \r
54 #ifdef __cplusplus\r
55 }\r
56 #endif\r
57 \r
58 #endif /* __STM32F0xx_IT_H */\r
59 \r
60 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/\r