Enum atsamd_hal::adc::Reference
source · [−]pub enum Reference {
INT1V,
INTVCC0,
INTVCC1,
AREFA,
AREFB,
}
Expand description
Reference voltage (or its source) Reference Selection
Value on reset: 0
Variants
INT1V
0: 1.0V voltage reference
INTVCC0
1: 1/1.48 VDDANA
INTVCC1
2: 1/2 VDDANA (only for VDDANA > 2.0V)
AREFA
3: External reference
AREFB
4: External reference
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