#[repr(u8)]pub enum Lpspi1PcsSelectInput0Daisy {
GPIO_AD_05_ALT0 = 0,
GPIO_SD_07_ALT2 = 1,
}Variants§
GPIO_AD_05_ALT0 = 0
Selecting Pad: GPIO_AD_05 for Mode: ALT0
GPIO_SD_07_ALT2 = 1
Selecting Pad: GPIO_SD_07 for Mode: ALT2
Implementations§
Trait Implementations§
Source§impl Clone for Lpspi1PcsSelectInput0Daisy
impl Clone for Lpspi1PcsSelectInput0Daisy
Source§fn clone(&self) -> Lpspi1PcsSelectInput0Daisy
fn clone(&self) -> Lpspi1PcsSelectInput0Daisy
Returns a duplicate 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 Lpspi1PcsSelectInput0Daisy
impl Debug for Lpspi1PcsSelectInput0Daisy
Source§impl From<Lpspi1PcsSelectInput0Daisy> for u8
impl From<Lpspi1PcsSelectInput0Daisy> for u8
Source§fn from(val: Lpspi1PcsSelectInput0Daisy) -> u8
fn from(val: Lpspi1PcsSelectInput0Daisy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Lpspi1PcsSelectInput0Daisy
impl From<u8> for Lpspi1PcsSelectInput0Daisy
Source§fn from(val: u8) -> Lpspi1PcsSelectInput0Daisy
fn from(val: u8) -> Lpspi1PcsSelectInput0Daisy
Converts to this type from the input type.
Source§impl Ord for Lpspi1PcsSelectInput0Daisy
impl Ord for Lpspi1PcsSelectInput0Daisy
Source§fn cmp(&self, other: &Lpspi1PcsSelectInput0Daisy) -> Ordering
fn cmp(&self, other: &Lpspi1PcsSelectInput0Daisy) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Lpspi1PcsSelectInput0Daisy
impl PartialOrd for Lpspi1PcsSelectInput0Daisy
impl Copy for Lpspi1PcsSelectInput0Daisy
impl Eq for Lpspi1PcsSelectInput0Daisy
impl StructuralPartialEq for Lpspi1PcsSelectInput0Daisy
Auto Trait Implementations§
impl Freeze for Lpspi1PcsSelectInput0Daisy
impl RefUnwindSafe for Lpspi1PcsSelectInput0Daisy
impl Send for Lpspi1PcsSelectInput0Daisy
impl Sync for Lpspi1PcsSelectInput0Daisy
impl Unpin for Lpspi1PcsSelectInput0Daisy
impl UnwindSafe for Lpspi1PcsSelectInput0Daisy
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