HXC Client Shield Repository.

Dependencies:   mbed

Committer:
kashish_mbed
Date:
Mon Apr 19 17:43:09 2021 +0000
Revision:
3:5e1a54378107
Parent:
0:bacc6e701fb4
Successful Build file with CmdProcess Functionality

Who changed what in which revision?

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