Enum stm32f103xx_hal::serial::Error [] [src]

pub enum Error {
    Framing,
    Noise,
    Overrun,
    Parity,
    // some variants omitted
}

Serial error

Variants

Framing error

Noise error

RX buffer overrun

Parity check error

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter. Read more