pub enum SpiError {
Access,
Cycle,
Register,
}Variants
Access
Access Error Log (H_AEL) is set
Cycle
Flash Cycle Error (FCERR) is set
Register
Register contains unexpected data
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SpiError
impl Send for SpiError
impl Sync for SpiError
impl Unpin for SpiError
impl UnwindSafe for SpiError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more