pub struct Tx<Usart, Pin> { /* fields omitted */ }Expand description
Transmit all data in the buffer using DMA.
Formats the value using the given formatter. Read more
Disable DMA on the target
impl<Usart, Pin> Write for Tx<Usart, Pin> where
Tx<Usart, Pin>: Write<u8>,
Writes a string slice into this writer, returning whether the write
succeeded. Read more
Writes a char into this writer, returning whether the write succeeded. Read more
Glue for usage of the write! macro with implementors of this trait. Read more
Ensures that none of the previously written words are still buffered
Writes a single word to the serial interface
impl<Usart, Pin> Send for Tx<Usart, Pin> where
Pin: Send,
Usart: Send,
impl<Usart, Pin> Sync for Tx<Usart, Pin> where
Pin: Sync,
Usart: Sync,
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.
The type of error that can occur when writing
Writes a slice, blocking until everything has been written Read more
Block until the serial interface has sent all buffered words