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