Enum Adco
pub enum Adco {
_0 = 0,
_1 = 1,
}Expand description
Continuous Conversion Enable
Value on reset: 0
Variants§
_0 = 0
0: One conversion will be performed (or one set of conversions, if AVGE is set) after a conversion is initiated.
_1 = 1
1: Continuous conversions will be performed (or continuous sets of conversions, if AVGE is set) after a conversion is initiated.
Trait Implementations§
impl Copy for Adco
impl Eq for Adco
impl StructuralPartialEq for Adco
Auto Trait Implementations§
impl Freeze for Adco
impl RefUnwindSafe for Adco
impl Send for Adco
impl Sync for Adco
impl Unpin for Adco
impl UnwindSafe for Adco
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