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