#[repr(u8)]
pub enum POSSEL_A {
DISABLE,
DAC,
POSPAD,
OPA0INP,
OPATAP,
}
Expand description
OPA0 non-inverting Input Mux
Value on reset: 0
Variants
DISABLE
0: Input disabled
DAC
1: DAC as input
POSPAD
2: POS PAD as input
OPA0INP
3: OPA0 as input
OPATAP
4: OPA0 Resistor ladder as input
Trait Implementations
impl Copy for POSSEL_A
impl StructuralPartialEq for POSSEL_A
Auto Trait Implementations
impl RefUnwindSafe for POSSEL_A
impl Send for POSSEL_A
impl Sync for POSSEL_A
impl Unpin for POSSEL_A
impl UnwindSafe for POSSEL_A
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