Enum kernel::hil::uart::Error [] [src]

pub enum Error {
    ParityError,
    FramingError,
    OverrunError,
    RepeatCallError,
    ResetError,
    CommandComplete,
}

The type of error encountered during UART transaction.

Variants

Parity error during receive

Framing error during receive

Overrun error during receive

Repeat call of transmit or receive before initial command complete

UART hardware was reset

No error occurred and the command completed successfully

Trait Implementations

impl Copy for Error
[src]

impl Clone for Error
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Error
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.