#[repr(u8)]pub enum Nmux {
VREF = 0,
CMP0_A = 1,
CMP0_B = 2,
CMP0_C = 3,
CMP0_D = 4,
CMP0_E = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
VREF = 0
VREF (See field VREFINPUT).
CMP0_A = 1
Pin P0_0.
CMP0_B = 2
Pin P0_9.
CMP0_C = 3
Pin P0_18.
CMP0_D = 4
Pin P1_14.
CMP0_E = 5
Pin P2_23.
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Nmux
impl Ord for Nmux
Source§impl PartialOrd for Nmux
impl PartialOrd for Nmux
impl Copy for Nmux
impl Eq for Nmux
impl StructuralPartialEq for Nmux
Auto Trait Implementations§
impl Freeze for Nmux
impl RefUnwindSafe for Nmux
impl Send for Nmux
impl Sync for Nmux
impl Unpin for Nmux
impl UnwindSafe for Nmux
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