#[repr(u8)]
pub enum INSEL2_A {
MASK,
FEEDBACK,
LINK,
EVENT,
IO,
AC,
TC,
ALTTC,
TCC,
SERCOM,
}
Expand description
Input Selection 2
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 INSEL2_A
impl StructuralPartialEq for INSEL2_A
Auto Trait Implementations
impl RefUnwindSafe for INSEL2_A
impl Send for INSEL2_A
impl Sync for INSEL2_A
impl Unpin for INSEL2_A
impl UnwindSafe for INSEL2_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