#[repr(u8)]
pub enum MUXNEG_A {
PIN0,
PIN1,
PIN2,
PIN3,
GND,
VSCALE,
BANDGAP,
DAC,
}
Expand description
Negative Input Mux Selection
Value on reset: 0
Variants
PIN0
0: I/O pin 0
PIN1
1: I/O pin 1
PIN2
2: I/O pin 2
PIN3
3: I/O pin 3
GND
4: Ground
VSCALE
5: VDD scaler
BANDGAP
6: Internal bandgap voltage
DAC
7: DAC output
Trait Implementations
impl Copy for MUXNEG_A
impl StructuralPartialEq for MUXNEG_A
Auto Trait Implementations
impl RefUnwindSafe for MUXNEG_A
impl Send for MUXNEG_A
impl Sync for MUXNEG_A
impl Unpin for MUXNEG_A
impl UnwindSafe for MUXNEG_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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