update for SPI transfer impl

This commit is contained in:
2025-05-12 10:43:33 +02:00
parent ba8d817a73
commit 811cead9c6
3 changed files with 18 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
//! GPIO support module.
use core::convert::Infallible;
pub use crate::ioconfig::{regs::FunSel, FilterClkSel, FilterType};
pub use crate::ioconfig::{FilterClkSel, FilterType, regs::FunSel};
pub use embedded_hal::digital::PinState;
pub use ll::{InterruptEdge, InterruptLevel, PinId, Port, Pull};