Skip to content

Commit 7896568

Browse files
author
Amanda Butler
authored
Standardize naming in QuadSPI.md
Standardize naming across documents.
1 parent d629f7d commit 7896568

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/reference/api/drivers/QuadSPI.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
## QuadSPI
1+
## QuadSPI (QSPI)
22

3-
The QuadSPI driver in Mbed OS provides functionality to configure and access QuadSPI devices connected over a QuadSPI interface.
3+
The QSPI driver in Mbed OS provides functionality to configure and access QSPI devices connected over a QuadSPI interface.
44

5-
The QuadSPI protocol provides a serial communication interface on four data lines between the host and the device. It uses up to six lines in total: one line for chip select, one line for clock and four lines for data in/out. You can use this interface for communication with QSPI devices, such as Flash memory, display devices and other types of devices providing QuadSPI communication support. You can also configure the QuadSPI interface to work in Single-SPI (traditional SPI) mode or Dual-SPI mode.
5+
The QSPI protocol provides a serial communication interface on four data lines between the host and the device. It uses up to six lines in total: one line for chip select, one line for clock and four lines for data in/out. You can use this interface for communication with QSPI devices, such as Flash memory, display devices and other types of devices providing QuadSPI communication support. You can also configure the QSPI interface to work in Single-SPI (traditional SPI) mode or Dual-SPI mode.
66

7-
The default configuration for the QuadSPI interface is 1 MHz, Single-SPI, Mode 0.
7+
The default configuration for the QSPI interface is 1 MHz, Single-SPI, Mode 0.
88

9-
<span class="images">![](https://s3-us-west-2.amazonaws.com/mbed-os-docs-images/quadspi.png)<span><br>The above diagram shows an example hardware configuration of a Flash memory connected over a QuadSPI interface.</span>
9+
<span class="images">![](https://s3-us-west-2.amazonaws.com/mbed-os-docs-images/quadspi.png)<span><br>The above diagram shows an example hardware configuration of a Flash memory connected over a QSPI interface.</span>
1010

1111
For more information, please review the related content.
1212

0 commit comments

Comments
 (0)