#[repr(u8)]
pub enum INSEL0_A {
    MASK,
    FEEDBACK,
    LINK,
    EVENT,
    IO,
    AC,
    TC,
    ALTTC,
    TCC,
    SERCOM,
}Expand description
Input Selection 0
Value on reset: 0
Variants
MASK
0: Masked input
FEEDBACK
1: Feedback input source
LINK
2: Linked LUT input source
EVENT
3: Event input source
IO
4: I/O pin input source
AC
5: AC input source
TC
6: TC input source
ALTTC
7: Alternate TC input source
TCC
8: TCC input source
SERCOM
9: SERCOM input source
Trait Implementations
impl Copy for INSEL0_A
impl StructuralPartialEq for INSEL0_A
Auto Trait Implementations
impl RefUnwindSafe for INSEL0_A
impl Send for INSEL0_A
impl Sync for INSEL0_A
impl Unpin for INSEL0_A
impl UnwindSafe for INSEL0_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