Enum kernel::hil::uart::Error
[−]
[src]
pub enum Error {
ParityError,
FramingError,
OverrunError,
RepeatCallError,
ResetError,
CommandComplete,
}The type of error encountered during UART transaction.
Variants
ParityErrorParity error during receive
FramingErrorFraming error during receive
OverrunErrorOverrun error during receive
RepeatCallErrorRepeat call of transmit or receive before initial command complete
ResetErrorUART hardware was reset
CommandCompleteNo error occurred and the command completed successfully
Trait Implementations
impl Copy for Error[src]
impl Clone for Error[src]
fn clone(&self) -> Error[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more