You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/contributing/target/QuadSPI.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<h2id="quadspi-port">QuadSPI</h2>
2
2
3
-
The QSPI HAL defines API for targets that contain QSPI capable peripheral. Developers often use the QSPI interface for data storage.
3
+
Implementing QSPI enables Mbed OS to communicate with external memories much faster than via SPI.
4
4
5
5
<spanclass="warnings">**Warning:** We are changing the QSPI HAL API in an upcoming release of Mbed OS. You can find details on how it may affect you in the [Implementing the QSPI API](#implementing-the-qspi-api) section.
6
6
@@ -9,7 +9,7 @@ The QSPI HAL defines API for targets that contain QSPI capable peripheral. Devel
9
9
#### Defined behavior
10
10
11
11
- A target implementaion covers most of the QSPI frame format (some targets might not provide the flexibility for setting all frame parameters).
12
-
- Command transfer - A target might provide additional API for sending device-specific commands. If it does not, you can implement it using read and write functions. (This is target or driver dependent.)
12
+
- Command transfer - A target might provide additional functions for sending device-specific commands. If it does not, you can implement it using read and write functions. (This is target or driver dependent.)
0 commit comments