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 9c00620 commit 1a94884Copy full SHA for 1a94884
src/spi/blocking.rs
@@ -143,7 +143,7 @@
143
//!
144
//! # Flushing
145
146
-//! To improve performance, Bus implementations are allowed to return before the operation is finished, i.e. when the bus is still not
+//! To improve performance, [`SpiBus`] implementations are allowed to return before the operation is finished, i.e. when the bus is still not
147
//! idle.
148
149
//! When using a [`SpiBus`], call [`flush`](SpiBusFlush::flush) to wait for operations to actually finish. Examples of situations
0 commit comments