libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
fmc.h
Go to the documentation of this file.
1
/** @defgroup fmc_defines FMC Defines
2
* @brief <b>Defined Constants and Types for the STM32F7xx Flexible Memory
3
* Controller</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_F7_FMC_H
25
#define LIBOPENCM3_F7_FMC_H
26
27
#ifndef LIBOPENCM3_FSMC_H
28
#error "This file should not be included directly, it is included with fsmc.h"
29
#endif
30
31
#include <
libopencm3/stm32/common/fmc_common_f47.h
>
32
33
/* --- Convenience macros -------------------------------------------------- */
34
#define FSMC_BASE FMCC_BASE
35
36
#endif
37
38
/**@}*/
fmc_common_f47.h
include
libopencm3
stm32
f7
fmc.h
Generated on Tue Mar 7 2023 16:11:49 for libopencm3 by
1.9.4