Enum atsamd_hal::nvm::PeripheralError
source · [−]pub enum PeripheralError {
NvmError,
EccSingleError,
EccDualError,
LockError,
ProgrammingError,
AddressError,
}
Expand description
Errors generated by the NVM peripheral
Variants
NvmError
NVM error
EccSingleError
Single ECC error
EccDualError
Dual ECC error
LockError
Locked error
ProgrammingError
Programming error
AddressError
Address error
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PeripheralError
impl Send for PeripheralError
impl Sync for PeripheralError
impl Unpin for PeripheralError
impl UnwindSafe for PeripheralError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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