]> mj.ucw.cz Git - home-hw.git/blob - Src/stm32f0xx_it.c
Files auto-generated by Cube MX
[home-hw.git] / Src / stm32f0xx_it.c
1 /**\r
2   ******************************************************************************\r
3   * @file    stm32f0xx_it.c\r
4   * @brief   Interrupt Service Routines.\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 /* Includes ------------------------------------------------------------------*/\r
34 #include "stm32f0xx.h"\r
35 #include "stm32f0xx_it.h"\r
36 \r
37 /* USER CODE BEGIN 0 */\r
38 \r
39 /* USER CODE END 0 */\r
40 \r
41 /* External variables --------------------------------------------------------*/\r
42 \r
43 /******************************************************************************/\r
44 /*            Cortex-M0 Processor Interruption and Exception Handlers         */ \r
45 /******************************************************************************/\r
46 \r
47 /**\r
48 * @brief This function handles System tick timer.\r
49 */\r
50 void SysTick_Handler(void)\r
51 {\r
52   /* USER CODE BEGIN SysTick_IRQn 0 */\r
53 \r
54   /* USER CODE END SysTick_IRQn 0 */\r
55   \r
56   /* USER CODE BEGIN SysTick_IRQn 1 */\r
57 \r
58   /* USER CODE END SysTick_IRQn 1 */\r
59 }\r
60 \r
61 /******************************************************************************/\r
62 /* STM32F0xx Peripheral Interrupt Handlers                                    */\r
63 /* Add here the Interrupt Handlers for the used peripherals.                  */\r
64 /* For the available peripheral interrupt handler names,                      */\r
65 /* please refer to the startup file (startup_stm32f0xx.s).                    */\r
66 /******************************************************************************/\r
67 \r
68 /* USER CODE BEGIN 1 */\r
69 \r
70 /* USER CODE END 1 */\r
71 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/\r