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