#[repr(u8)]pub enum Pmux {
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 fiedl 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 Pmux
impl Ord for Pmux
Source§impl PartialOrd for Pmux
impl PartialOrd for Pmux
impl Copy for Pmux
impl Eq for Pmux
impl StructuralPartialEq for Pmux
Auto Trait Implementations§
impl Freeze for Pmux
impl RefUnwindSafe for Pmux
impl Send for Pmux
impl Sync for Pmux
impl Unpin for Pmux
impl UnwindSafe for Pmux
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