We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18574d commit 8cc8e5aCopy full SHA for 8cc8e5a
src/xspi/mod.rs
@@ -64,6 +64,13 @@
64
//! let config = xspi::Config::new(12.mhz()).fifo_threshold(16);
65
//! ```
66
//!
67
+//! # Examples
68
+//!
69
+//! - [Simple QSPI example](https://github.com/stm32-rs/stm32h7xx-hal/blob/master/examples/qspi.rs)
70
+//! - [QSPI memory usage](https://github.com/stm32-rs/stm32h7xx-hal/blob/master/examples/qspi_flash_memory.rs)
71
+//! - [QSPI using MDMA](https://github.com/stm32-rs/stm32h7xx-hal/blob/master/examples/qspi_mdma.rs)
72
+//! - [OCTOSPI memory usage](https://github.com/stm32-rs/stm32h7xx-hal/blob/master/examples/octospi.rs)
73
74
//! # Limitations
75
76
//! This driver currently only supports indirect operation mode of the xSPI
0 commit comments