[−][src]Trait bl602_hal::prelude::_embedded_hal_serial_Write
Write half of a serial interface
Associated Types
Required methods
fn try_write(&mut self, word: Word) -> Result<(), Error<Self::Error>>
[−]
Writes a single word to the serial interface
fn try_flush(&mut self) -> Result<(), Error<Self::Error>>
[−]
Ensures that none of the previously written words are still buffered