#[repr(u8)]pub enum Insel0select {
Mask = 0,
Feedback = 1,
Link = 2,
Event = 3,
Io = 4,
Ac = 5,
Tc = 6,
Alttc = 7,
Tcc = 8,
Sercom = 9,
}
Expand description
Input Selection 0
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 Insel0select
impl Clone for Insel0select
Source§fn clone(&self) -> Insel0select
fn clone(&self) -> Insel0select
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 Insel0select
impl Debug for Insel0select
Source§impl From<Insel0select> for u8
impl From<Insel0select> for u8
Source§fn from(variant: Insel0select) -> Self
fn from(variant: Insel0select) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Insel0select
impl PartialEq for Insel0select
impl Copy for Insel0select
impl Eq for Insel0select
impl IsEnum for Insel0select
impl StructuralPartialEq for Insel0select
Auto Trait Implementations§
impl Freeze for Insel0select
impl RefUnwindSafe for Insel0select
impl Send for Insel0select
impl Sync for Insel0select
impl Unpin for Insel0select
impl UnwindSafe for Insel0select
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