#[repr(u8)]
pub enum MUXPOS_A {
PIN0,
PIN1,
PIN2,
PIN3,
VSCALE,
}
Expand description
Positive 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
VSCALE
4: VDD Scaler
Trait Implementations
impl Copy for MUXPOS_A
impl StructuralPartialEq for MUXPOS_A
Auto Trait Implementations
impl RefUnwindSafe for MUXPOS_A
impl Send for MUXPOS_A
impl Sync for MUXPOS_A
impl Unpin for MUXPOS_A
impl UnwindSafe for MUXPOS_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