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