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