#[repr(u8)]pub enum Lpspi1SckSelectInputDaisy {
GPIO_AD_06_ALT0 = 0,
GPIO_SD_08_ALT2 = 1,
}Variants§
GPIO_AD_06_ALT0 = 0
Selecting Pad: GPIO_AD_06 for Mode: ALT0
GPIO_SD_08_ALT2 = 1
Selecting Pad: GPIO_SD_08 for Mode: ALT2
Implementations§
Trait Implementations§
Source§impl Clone for Lpspi1SckSelectInputDaisy
impl Clone for Lpspi1SckSelectInputDaisy
Source§fn clone(&self) -> Lpspi1SckSelectInputDaisy
fn clone(&self) -> Lpspi1SckSelectInputDaisy
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 Lpspi1SckSelectInputDaisy
impl Debug for Lpspi1SckSelectInputDaisy
Source§impl From<Lpspi1SckSelectInputDaisy> for u8
impl From<Lpspi1SckSelectInputDaisy> for u8
Source§fn from(val: Lpspi1SckSelectInputDaisy) -> u8
fn from(val: Lpspi1SckSelectInputDaisy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Lpspi1SckSelectInputDaisy
impl From<u8> for Lpspi1SckSelectInputDaisy
Source§fn from(val: u8) -> Lpspi1SckSelectInputDaisy
fn from(val: u8) -> Lpspi1SckSelectInputDaisy
Converts to this type from the input type.
Source§impl Ord for Lpspi1SckSelectInputDaisy
impl Ord for Lpspi1SckSelectInputDaisy
Source§fn cmp(&self, other: &Lpspi1SckSelectInputDaisy) -> Ordering
fn cmp(&self, other: &Lpspi1SckSelectInputDaisy) -> 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 Lpspi1SckSelectInputDaisy
impl PartialOrd for Lpspi1SckSelectInputDaisy
impl Copy for Lpspi1SckSelectInputDaisy
impl Eq for Lpspi1SckSelectInputDaisy
impl StructuralPartialEq for Lpspi1SckSelectInputDaisy
Auto Trait Implementations§
impl Freeze for Lpspi1SckSelectInputDaisy
impl RefUnwindSafe for Lpspi1SckSelectInputDaisy
impl Send for Lpspi1SckSelectInputDaisy
impl Sync for Lpspi1SckSelectInputDaisy
impl Unpin for Lpspi1SckSelectInputDaisy
impl UnwindSafe for Lpspi1SckSelectInputDaisy
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