Gunar Kroeger / Mbed OS AcusticLocator
Committer:
gunarthon
Date:
Thu May 03 20:39:50 2018 +0000
Revision:
0:61544337ff5e
Initial commit

Who changed what in which revision?

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