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