#[repr(u8)]pub enum Insel1select {
Mask = 0,
Feedback = 1,
Link = 2,
Event = 3,
Io = 4,
Ac = 5,
Tc = 6,
Alttc = 7,
Tcc = 8,
Sercom = 9,
}
Expand description
Input Selection 1
Value on reset: 0
Variants§
Mask = 0
0: Masked input
Feedback = 1
1: Feedback input source
Link = 2
2: Linked LUT input source
Event = 3
3: Event input source
Io = 4
4: I/O pin input source
Ac = 5
5: AC input source
Tc = 6
6: TC input source
Alttc = 7
7: Alternate TC input source
Tcc = 8
8: TCC input source
Sercom = 9
9: SERCOM input source
Trait Implementations§
Source§impl Clone for Insel1select
impl Clone for Insel1select
Source§fn clone(&self) -> Insel1select
fn clone(&self) -> Insel1select
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Insel1select
impl Debug for Insel1select
Source§impl From<Insel1select> for u8
impl From<Insel1select> for u8
Source§fn from(variant: Insel1select) -> Self
fn from(variant: Insel1select) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Insel1select
impl PartialEq for Insel1select
impl Copy for Insel1select
impl Eq for Insel1select
impl IsEnum for Insel1select
impl StructuralPartialEq for Insel1select
Auto Trait Implementations§
impl Freeze for Insel1select
impl RefUnwindSafe for Insel1select
impl Send for Insel1select
impl Sync for Insel1select
impl Unpin for Insel1select
impl UnwindSafe for Insel1select
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