pub enum EOCS_A {
EachSequence,
EachConversion,
}
Expand description
End of conversion selection
Value on reset: 0
Variants§
EachSequence
0: The EOC bit is set at the end of each sequence of regular conversions
EachConversion
1: The EOC bit is set at the end of each regular conversion
Trait Implementations§
source§impl PartialEq<EOCS_A> for EOCS_A
impl PartialEq<EOCS_A> for EOCS_A
impl Copy for EOCS_A
impl StructuralPartialEq for EOCS_A
Auto Trait Implementations§
impl RefUnwindSafe for EOCS_A
impl Send for EOCS_A
impl Sync for EOCS_A
impl Unpin for EOCS_A
impl UnwindSafe for EOCS_A
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