#[repr(u8)]pub enum Rxposelect {
Pad0 = 0,
Pad1 = 1,
Pad2 = 2,
Pad3 = 3,
}
Expand description
Receive Data Pinout
Value on reset: 0
Variants§
Pad0 = 0
0: SERCOM PAD[0] is used for data reception
Pad1 = 1
1: SERCOM PAD[1] is used for data reception
Pad2 = 2
2: SERCOM PAD[2] is used for data reception
Pad3 = 3
3: SERCOM PAD[3] is used for data reception
Trait Implementations§
Source§impl Clone for Rxposelect
impl Clone for Rxposelect
Source§fn clone(&self) -> Rxposelect
fn clone(&self) -> Rxposelect
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 Rxposelect
impl Debug for Rxposelect
Source§impl From<Rxposelect> for u8
impl From<Rxposelect> for u8
Source§fn from(variant: Rxposelect) -> Self
fn from(variant: Rxposelect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Rxposelect
impl PartialEq for Rxposelect
impl Copy for Rxposelect
impl Eq for Rxposelect
impl IsEnum for Rxposelect
impl StructuralPartialEq for Rxposelect
Auto Trait Implementations§
impl Freeze for Rxposelect
impl RefUnwindSafe for Rxposelect
impl Send for Rxposelect
impl Sync for Rxposelect
impl Unpin for Rxposelect
impl UnwindSafe for Rxposelect
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