#[repr(u8)]pub enum Adco {
ADCO_0 = 0,
ADCO_1 = 1,
}Variants§
ADCO_0 = 0
One conversion or one set of conversions if the hardware average function is enabled (AVGE=1) after initiating a conversion.
ADCO_1 = 1
Continuous conversions or sets of conversions if the hardware average function is enabled (AVGE=1) after initiating a conversion.
Implementations§
Trait Implementations§
Source§impl Ord for Adco
impl Ord for Adco
Source§impl PartialOrd for Adco
impl PartialOrd for Adco
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