pub enum Vrsel {
VddaVssa = 0,
ExtrefVrefm = 1,
IntrefVssa = 2,
}Expand description
Reference voltage (Vref) selection for the ADC channels.
Variants§
VddaVssa = 0
VDDA reference
ExtrefVrefm = 1
External reference from pin
IntrefVssa = 2
Internal reference
Trait Implementations§
impl Copy for Vrsel
impl Eq for Vrsel
impl StructuralPartialEq for Vrsel
Auto Trait Implementations§
impl Freeze for Vrsel
impl RefUnwindSafe for Vrsel
impl Send for Vrsel
impl Sync for Vrsel
impl Unpin for Vrsel
impl UnwindSafe for Vrsel
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