pub enum Eoc {
Disabled,
Conversion,
Sequence,
}
Expand description
End-of-conversion interrupt enabled/disabled
Variants
Disabled
End-of-conversion interrupt disabled
Conversion
End-of-conversion interrupt enabled per conversion
Sequence
End-of-conversion interrupt enabled per sequence
Trait Implementations
impl Copy for Eoc
impl Eq for Eoc
impl StructuralEq for Eoc
impl StructuralPartialEq for Eoc
Auto Trait Implementations
impl RefUnwindSafe for Eoc
impl Send for Eoc
impl Sync for Eoc
impl Unpin for Eoc
impl UnwindSafe for Eoc
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more