Struct stm32f30x_hal::serial::Tx
[−]
[src]
pub struct Tx<USART> { /* fields omitted */ }Serial transmitter
Trait Implementations
impl Write<u8> for Tx<USART1>[src]
type Error = !
Write error
fn flush(&mut self) -> Result<(), !>[src]
Ensures that none of the previously written words are still buffered
fn write(&mut self, byte: u8) -> Result<(), !>[src]
Writes a single word to the serial interface
impl Write<u8> for Tx<USART2>[src]
type Error = !
Write error
fn flush(&mut self) -> Result<(), !>[src]
Ensures that none of the previously written words are still buffered
fn write(&mut self, byte: u8) -> Result<(), !>[src]
Writes a single word to the serial interface