libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
l4/quadspi.h
Go to the documentation of this file.
1
/** @defgroup quadspi_defines QuadSPI Defines
2
* @brief Defined constants and types for the STM32L4 QuadSPI peripheral
3
* @ingroup STM32L4xx_defines
4
* @copyright SPDX: LGPL-3.0-or-later
5
* @{
6
*/
7
8
#pragma once
9
10
#include <
libopencm3/stm32/memorymap.h
>
11
#include <
libopencm3/stm32/common/quadspi_common_v1.h
>
12
13
#define QUADSPI_CR_DMAEN (1 << 2)
14
15
/**@}*/
quadspi_common_v1.h
memorymap.h
include
libopencm3
stm32
l4
quadspi.h
Generated on Tue Mar 7 2023 16:12:11 for libopencm3 by
1.9.4