#[repr(u8)]pub enum InputType {
SingleEnded = 0,
Differential = 1,
}
Expand description
Select single-ended, or differential inputs. Sets bits in the ADC[x]_DIFSEL register.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InputType
impl RefUnwindSafe for InputType
impl Send for InputType
impl Sync for InputType
impl Unpin for InputType
impl UnwindSafe for InputType
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