Enum kea_hal::spi::Errors[][src]

pub enum Errors {
    DivsorOutOfRange,
    BadInput,
}
Expand description

Errors used in Result types in this module

Variants

DivsorOutOfRange

The baudrate divisor requested is out of range

BadInput

One of the inputs is out of range

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.