#[repr(u8)]
pub enum MUXNEG_A {
PIN0,
PIN1,
PIN2,
PIN3,
PIN4,
PIN5,
PIN6,
PIN7,
GND,
IOGND,
}
Expand description
Negative Mux Input Selection
Value on reset: 0
Variants
PIN0
0: ADC AIN0 Pin
PIN1
1: ADC AIN1 Pin
PIN2
2: ADC AIN2 Pin
PIN3
3: ADC AIN3 Pin
PIN4
4: ADC AIN4 Pin
PIN5
5: ADC AIN5 Pin
PIN6
6: ADC AIN6 Pin
PIN7
7: ADC AIN7 Pin
GND
24: Internal Ground
IOGND
25: I/O Ground
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