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