encoder

Dependencies:   mbed

Committer:
schille
Date:
Wed Apr 26 08:26:20 2017 +0000
Revision:
0:5067873a2400
mmn

Who changed what in which revision?

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