pub enum InvertingInput {
OneQuarterVref,
HalfVref,
ThreeQuarterVref,
Vref,
Dac1,
Dac2,
InputPin,
}Expand description
Inverting input selection.
Variants§
OneQuarterVref
1/4 of VrefInt.
HalfVref
1/2 of VrefInt.
ThreeQuarterVref
3/4 of VrefInt.
Vref
VrefInt.
Dac1
DAC channel 1 output.
Dac2
DAC channel 2 output.
InputPin
External IO pin (INM1).
Trait Implementations§
Source§impl Clone for InvertingInput
impl Clone for InvertingInput
Source§fn clone(&self) -> InvertingInput
fn clone(&self) -> InvertingInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InvertingInput
impl Debug for InvertingInput
Source§impl Format for InvertingInput
impl Format for InvertingInput
Source§impl PartialEq for InvertingInput
impl PartialEq for InvertingInput
impl Copy for InvertingInput
impl Eq for InvertingInput
impl StructuralPartialEq for InvertingInput
Auto Trait Implementations§
impl Freeze for InvertingInput
impl RefUnwindSafe for InvertingInput
impl Send for InvertingInput
impl Sync for InvertingInput
impl Unpin for InvertingInput
impl UnwindSafe for InvertingInput
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