File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1919//! | [`new_spi2_mosi_simplex_dma`] | 2 | MOSI-simplex | Yes |
2020//!
2121//! [GATs are stablized]: https://blog.rust-lang.org/2021/08/03/GATs-stabilization-push.html
22- //! [`new_spi1_full_duplex `]: Spi::new_spi1_full_duplex
22+ //! [`embedded-hal `]: https://docs.rs/embedded-hal/latest/embedded_hal/
2323//! [`new_spi1_full_duplex_dma`]: Spi::new_spi1_full_duplex_dma
24- //! [`new_spi1_mosi_simplex `]: Spi::new_spi1_mosi_simplex
24+ //! [`new_spi1_full_duplex `]: Spi::new_spi1_full_duplex
2525//! [`new_spi1_mosi_simplex_dma`]: Spi::new_spi1_mosi_simplex_dma
26- //! [`new_spi2_full_duplex `]: Spi::new_spi2_full_duplex
26+ //! [`new_spi1_mosi_simplex `]: Spi::new_spi1_mosi_simplex
2727//! [`new_spi2_full_duplex_dma`]: Spi::new_spi2_full_duplex_dma
28- //! [`new_spi2_mosi_simplex `]: Spi::new_spi2_mosi_simplex
28+ //! [`new_spi2_full_duplex `]: Spi::new_spi2_full_duplex
2929//! [`new_spi2_mosi_simplex_dma`]: Spi::new_spi2_mosi_simplex_dma
30+ //! [`new_spi2_mosi_simplex`]: Spi::new_spi2_mosi_simplex
3031
3132use crate :: {
3233 dma:: { self , DmaCh } ,
You can’t perform that action at this time.
0 commit comments