#[repr(u8)]pub enum Src7 {
INPUT0 = 0,
INPUT1 = 1,
INPUT2 = 2,
INPUT3 = 3,
INPUT4 = 4,
INPUT5 = 5,
INPUT6 = 6,
INPUT7 = 7,
}Variants§
INPUT0 = 0
Input 0 (selects the pin identified in PINSEL0)
INPUT1 = 1
Input 1 (selects the pin identified in PINSEL1)
INPUT2 = 2
Input 2 (selects the pin identified in PINSEL2)
INPUT3 = 3
Input 3 (selects the pin identified in PINSEL3)
INPUT4 = 4
Input 4 (selects the pin identified in PINSEL4)
INPUT5 = 5
Input 5 (selects the pin identified in PINSEL5)
INPUT6 = 6
Input 6 (selects the pin identified in PINSEL6)
INPUT7 = 7
Input 7 (selects the pin identified in PINSEL7)
Implementations§
Trait Implementations§
Source§impl Ord for Src7
impl Ord for Src7
Source§impl PartialOrd for Src7
impl PartialOrd for Src7
impl Copy for Src7
impl Eq for Src7
impl StructuralPartialEq for Src7
Auto Trait Implementations§
impl Freeze for Src7
impl RefUnwindSafe for Src7
impl Send for Src7
impl Sync for Src7
impl Unpin for Src7
impl UnwindSafe for Src7
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