#[repr(u8)]pub enum POSSEL_A {
DISABLE = 0,
POSPAD = 2,
OPA1INP = 3,
OPATAP = 4,
}
Expand description
OPA2 non-inverting Input Mux
Value on reset: 0
Variants§
DISABLE = 0
0: Input disabled
POSPAD = 2
2: POS PAD as input
OPA1INP = 3
3: OPA1 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