#[repr(u8)]
pub enum REFSEL_A {
VREFPU,
VDDANA,
VREFPB,
INTREF,
}
Expand description
Reference Selection for DAC0/1
Value on reset: 1
Variants
VREFPU
0: External reference unbuffered
VDDANA
1: Analog supply
VREFPB
2: External reference buffered
INTREF
3: Internal bandgap 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