pub enum ITERREN {
Disabled = 0,
Enabled = 1,
}Expand description
Error interrupt enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ITERREN
impl Eq for ITERREN
impl StructuralPartialEq for ITERREN
Auto Trait Implementations§
impl Freeze for ITERREN
impl RefUnwindSafe for ITERREN
impl Send for ITERREN
impl Sync for ITERREN
impl Unpin for ITERREN
impl UnwindSafe for ITERREN
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