pub struct Rx<UART: Instance> { /* fields omitted */ }
Expand description
impl<UART: Instance> Rx<UART>
Get count of bytes in the receive FIFO
Check if the receivers is idle
impl<UART: Instance> Read<u8> for Rx<UART>
Reads a single word from 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.