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