pub struct UART1Serial { /* fields omitted */ }
Expand description
Write-only serial port using UART1
.
Free up the UART device and return the pins used.
This operation blocks while there are still bytes in the transmit buffer.
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
Writes a single word to the serial interface
Ensures that none of the previously written words are still buffered
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