libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
APIs for the specialized SPI Flash peripheral. More...
Functions | |
void | quadspi_enable (void) |
Enable the quadspi peripheral. More... | |
void | quadspi_disable (void) |
Disable the quadspi peripheral. More... | |
APIs for the specialized SPI Flash peripheral.
The QUADSPI is a specialized communication interface targeting single, dual or quad SPI Flash memories
void quadspi_disable | ( | void | ) |
Disable the quadspi peripheral.
Definition at line 9 of file quadspi_common_v1.c.
References QUADSPI_CR.
void quadspi_enable | ( | void | ) |
Enable the quadspi peripheral.
Definition at line 4 of file quadspi_common_v1.c.
References QUADSPI_CR, and QUADSPI_CR_EN.