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 3578db2 commit dab86f9Copy full SHA for dab86f9
esp-hal/src/spi/master.rs
@@ -490,9 +490,9 @@ where
490
T: InstanceDma,
491
M: DuplexMode,
492
{
493
- /// Configures the SPI3 instance to use DMA with the specified channel.
+ /// Configures the SPI instance to use DMA with the specified channel.
494
///
495
- /// This method prepares the SPI instance for DMA transfers using SPI3
+ /// This method prepares the SPI instance for DMA transfers using SPI
496
/// and returns an instance of `SpiDma` that supports DMA
497
/// operations.
498
pub fn with_dma<CH, DmaMode>(
0 commit comments