Enum stm32f429_hal::i2c::Error [] [src]

pub enum Error {
    Bus,
    Arbitration,
    Acknowledge,
    Overrun,
    Pec,
    Timeout,
    Alert,
    // some variants omitted
}

I2C error

Variants

Bus error

Arbitration loss

No acknowledge returned

Overrun/Underrun, slave mode only

Packet Error Checking corruption, SMBUS mode only

SMBUS mode only

SMBUS mode only

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