Enum stm32f30x_hal::spi::Error [] [src]

pub enum Error {
    Overrun,
    ModeFault,
    Crc,
    // some variants omitted
}

SPI error

Variants

Overrun occurred

Mode fault occurred

CRC error

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Error

impl Sync for Error