Enum stm32_hal2::serial::Error [−][src]
#[non_exhaustive]
pub enum Error {
Framing,
Noise,
Overrun,
Parity,
}Serial error
Variants (Non-exhaustive)
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Framing error
Noise error
RX buffer overrun
Parity check error