pub struct Tx<UART: Instance> { /* fields omitted */ }
Expand description
impl<UART: Instance> Tx<UART>
Get count of bytes in the transmitter FIFO
Check if the transmitter is idle
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
impl<UART: Instance> Write<u8> for Tx<UART>
Ensures that none of the previously written words are still buffered
Writes a single word to the serial interface
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.