#[repr(u8)]pub enum REF_A {
_1V25 = 0,
_2V5 = 1,
VDD = 2,
_5VDIFF = 3,
EXTSINGLE = 4,
_2XEXTDIFF = 5,
_2XVDD = 6,
}
Expand description
Scan Sequence Reference Selection
Value on reset: 0
Variants§
_1V25 = 0
0: Internal 1.25 V reference
_2V5 = 1
1: Internal 2.5 V reference
VDD = 2
2: VDD
_5VDIFF = 3
3: Internal differential 5 V reference
EXTSINGLE = 4
4: Single ended external reference from ADCn_CH6
_2XEXTDIFF = 5
5: Differential external reference, 2x(ADCn_CH6 - ADCn_CH7)
_2XVDD = 6
6: Unbuffered 2xVDD
Trait Implementations§
impl Copy for REF_A
impl StructuralPartialEq for REF_A
Auto Trait Implementations§
impl Freeze for REF_A
impl RefUnwindSafe for REF_A
impl Send for REF_A
impl Sync for REF_A
impl Unpin for REF_A
impl UnwindSafe for REF_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