libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
f4/quadspi.h
Go to the documentation of this file.
1/** @defgroup quadspi_defines QuadSPI Defines
2 * @brief Defined constants and types for the STM32F4 QuadSPI peripheral
3 * @ingroup STM32F4xx_defines
4 * @copyright SPDX: LGPL-3.0-or-later
5 * @{
6 */
7
8#pragma once
9
12
13#define QUADSPI_CR_DMAEN (1 << 2)
14
15/**@}*/