Enum stm32_hal2::adc::InputType
source · [−]#[repr(u8)]
pub enum InputType {
SingleEnded,
Differential,
}
Expand description
Select single-ended, or differential inputs. Sets bits in the ADC[x]_DIFSEL register.
Variants
SingleEnded
Differential
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InputType
impl Send for InputType
impl Sync for InputType
impl Unpin for InputType
impl UnwindSafe for InputType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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