Trait stm32wlxx_hal::spi::Write
pub trait Write<W> {
type Error;
// Required method
fn write(&mut self, words: &[W]) -> Result<(), Self::Error>;
}
Expand description
Blocking write
Required Associated Types§
type Error
type Error
Error type