Enum Errint
pub enum Errint {
_0 = 0,
_1 = 1,
}Expand description
Error Interrupt
Value on reset: 0
Variants§
_0 = 0
0: No such occurrence.
_1 = 1
1: Indicates setting of any Error Bit in the Error and Status Register.
Trait Implementations§
impl Copy for Errint
impl Eq for Errint
impl StructuralPartialEq for Errint
Auto Trait Implementations§
impl Freeze for Errint
impl RefUnwindSafe for Errint
impl Send for Errint
impl Sync for Errint
impl Unpin for Errint
impl UnwindSafe for Errint
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