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