Enum atsamd_hal::adc::Reference  
source · [−]pub enum Reference {
    INTREF,
    INTVCC0,
    INTVCC1,
    AREFA,
    AREFB,
    AREFC,
}Expand description
Reference voltage (or its source) Reference Selection
Value on reset: 0
Variants
INTREF
0: Internal Bandgap Reference
INTVCC0
2: 1/2 VDDANA
INTVCC1
3: VDDANA
AREFA
4: External Reference
AREFB
5: External Reference
AREFC
6: External Reference (only on ADC1)
Trait Implementations
impl Copy for REFSEL_A
impl StructuralPartialEq for REFSEL_A
Auto Trait Implementations
impl RefUnwindSafe for REFSEL_A
impl Send for REFSEL_A
impl Sync for REFSEL_A
impl Unpin for REFSEL_A
impl UnwindSafe for REFSEL_A
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