Enum embassy_stm32::spi::Error
source · pub enum Error {
Framing,
Crc,
ModeFault,
Overrun,
}
Expand description
SPI error.
Variants§
Framing
Invalid framing.
Crc
CRC error (only if hardware CRC checking is enabled).
ModeFault
Mode fault
Overrun
Overrun.
Trait Implementations§
source§impl PartialEq for Error
impl PartialEq for Error
impl Eq for Error
impl StructuralPartialEq for Error
Auto Trait Implementations§
impl Freeze for Error
impl RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl UnwindSafe for Error
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more