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 19
19
//! | [`new_spi2_mosi_simplex_dma`] | 2 | MOSI-simplex | Yes |
20
20
//!
21
21
//! [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/
23
23
//! [`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
25
25
//! [`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
27
27
//! [`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
29
29
//! [`new_spi2_mosi_simplex_dma`]: Spi::new_spi2_mosi_simplex_dma
30
+ //! [`new_spi2_mosi_simplex`]: Spi::new_spi2_mosi_simplex
30
31
31
32
use crate :: {
32
33
dma:: { self , DmaCh } ,
You can’t perform that action at this time.
0 commit comments