#[repr(u8)]pub enum Src6 {
INPUT0 = 0,
INPUT1 = 1,
INPUT2 = 2,
INPUT3 = 3,
INPUT4 = 4,
INPUT5 = 5,
INPUT6 = 6,
INPUT7 = 7,
}Variants§
INPUT0 = 0
Input 0. Selects the pin selected in the PINTSEL0 register as the source to bit slice 6.
INPUT1 = 1
Input 1. Selects the pin selected in the PINTSEL1 register as the source to bit slice 6.
INPUT2 = 2
Input 2. Selects the pin selected in the PINTSEL2 register as the source to bit slice 6.
INPUT3 = 3
Input 3. Selects the pin selected in the PINTSEL3 register as the source to bit slice 6.
INPUT4 = 4
Input 4. Selects the pin selected in the PINTSEL4 register as the source to bit slice 6.
INPUT5 = 5
Input 5. Selects the pin selected in the PINTSEL5 register as the source to bit slice 6.
INPUT6 = 6
Input 6. Selects the pin selected in the PINTSEL6 register as the source to bit slice 6.
INPUT7 = 7
Input 7. Selects the pin selected in the PINTSEL7 register as the source to bit slice 6.
Implementations§
Trait Implementations§
Source§impl Ord for Src6
impl Ord for Src6
Source§impl PartialOrd for Src6
impl PartialOrd for Src6
impl Copy for Src6
impl Eq for Src6
impl StructuralPartialEq for Src6
Auto Trait Implementations§
impl Freeze for Src6
impl RefUnwindSafe for Src6
impl Send for Src6
impl Sync for Src6
impl Unpin for Src6
impl UnwindSafe for Src6
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