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