libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
f7/exti.h
Go to the documentation of this file.
1/** @defgroup exti_defines EXTI Defines
2 *
3 * @brief <b>Defined Constants and Types for the STM32F7xx External Interrupts
4 * </b>
5 *
6 * @ingroup STM32F7xx_defines
7 *
8 * LGPL License Terms @ref lgpl_license
9 */
10/*
11 * This file is part of the libopencm3 project.
12 *
13 * This library is free software: you can redistribute it and/or modify
14 * it under the terms of the GNU Lesser General Public License as published by
15 * the Free Software Foundation, either version 3 of the License, or
16 * (at your option) any later version.
17 *
18 * This library is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License for more details.
22 *
23 * You should have received a copy of the GNU Lesser General Public License
24 * along with this library. If not, see <http://www.gnu.org/licenses/>.
25 */
26
27#ifndef LIBOPENCM3_EXTI_H
28#define LIBOPENCM3_EXTI_H
29
32
33#endif